-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production",
"serve": "npx serve public"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@hummingbot/hbui": "^1.8.20",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18",
"react-router-dom": "^6.0.2",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.2",
"babel-plugin-twin": "^1.0.2",
"tailwindcss": "^3.0.24",
"twin.macro": "^3.0.0-rc.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
}