-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.11 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
39
40
41
42
{
"babelMacros": {
"twin": {
"preset": "styled-components",
"hasLogColors": false
}
},
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production",
"serve": "npx serve public"
},
"dependencies": {
"@hummingbot/hbui": "^1.8.20",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"babel-loader": "^9.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-twin": "^1.0.2",
"tailwindcss": "^3.2.2",
"twin.macro": "^3.0.0",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}