-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
43
44
45
46
{
"name": "fgo3t",
"version": "0.0.1",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.48",
"@mui/material": "^5.0.1",
"class-transformer": "^0.4.0",
"immutability-helper": "^3.1.1",
"material-ui-popup-state": "^2.0.0-beta.1",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-number-format": "^4.7.3",
"reflect-metadata": "^0.1.13",
"typescript": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/jsonstream": "^0.8.30",
"@types/react-dom": "^17.0.9",
"JSONStream": "^1.3.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.3.2",
"json-minimizer-webpack-plugin": "^3.1.0",
"node-fetch": "^2.6.5",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.2.5",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.0",
"webpack-merge": "^5.8.0"
},
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
}
}