-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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
{
"name": "work-orders",
"version": "1.0.0",
"main": "index.js",
"author": "ivanlhz",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --hot --mode development --config config/webpack.base.conf.js",
"build": "webpack --mode production --config config/webpack.prod.config.js --env.NODE_ENV=production --progress"
},
"dependencies": {
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"blob-stream": "^0.1.3",
"brace": "^0.11.1",
"file-saver": "^2.0.2",
"html-webpack-plugin": "^4.3.0",
"pdfkit": "^0.11.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"arraybuffer-loader": "^1.0.8",
"babel-loader": "^8.1.0",
"brfs": "^2.0.2",
"css-loader": "^3.5.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"raw-loader": "^4.0.1",
"sass-loader": "^8.0.2",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^1.2.1",
"transform-loader": "^0.2.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}