-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (68 loc) · 2.18 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "texada-spa",
"version": "0.0.0",
"description": "Texada demo ...",
"author": "J.W.",
"repository": {
"type": "git",
"url": ""
},
"license": "UNLICENSED",
"files": [
"dist"
],
"scripts": {
"start": "cross-env npm run dev-server",
"dev-server": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack.config.dev.js",
"build": "cross-env npm run build-prod",
"build-prod": "cross-env PUBLIC_URL=public NODE_ENV=production webpack --config ./webpack.config.prod.js"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"url-join": "^4.0.1",
"validator": "^13.6.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^6.3.0",
"copy-webpack-plugin": "^9.0.1",
"copyfiles": "^2.4.1",
"cross-env": "6.0.3",
"css-loader": "^6.4.0",
"eslint": "^7.26.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.4.0",
"merge-jsons-webpack-plugin": "^2.0.0-alpha",
"mini-css-extract-plugin": "^2.4.2",
"node-sass": "^6.0.1",
"raw-loader": "4.0.2",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.2.0",
"shelljs": "^0.8.4",
"style-loader": "^3.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
}
}