-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "manystagings",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.26",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"autoprefixer": "^9.3.1",
"axios": "^0.21.1",
"babel-loader": "^8.0.2",
"compression-webpack-plugin": "^3.0.0",
"core-js": "3",
"css-hot-loader": "^1.3.6",
"css-loader": "^3.2.0",
"extract-css-chunks-webpack-plugin": "^4.6.0",
"file-loader": "^4.3.0",
"html-loader": "^0.5.5",
"node-sass": "^4.0.0",
"normalize.css": "^8.0.1",
"postcss-functions": "^3.0.0",
"postcss-loader": "^3.0.0",
"ra-data-simple-rest": "^3.5.5",
"react": "^17.0.2",
"react-admin": "^3.6.2",
"react-dom": "^17.0.2",
"react-query": "^3.13.12",
"react-router-dom": "^5.2.0",
"sass-loader": "^8.0.2",
"slugify": "^1.5.0",
"style-loader": "^1.0.0",
"styled-components": "^5.2.3",
"url-loader": "^2.3.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-manifest-plugin": "^2.0.4"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --config webpack.config.js --hot --inline"
},
"author": "",
"license": "ISC"
}