-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "pricemydata",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/start.js",
"dev": "webpack --mode development && node server/start.js",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@material-ui/core": "^4.3.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"css-loader": "^3.2.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.5",
"file-loader": "^4.2.0",
"helmet": "^3.20.0",
"html-webpack-plugin": "^3.2.0",
"mongodb": "^3.3.0-beta2",
"mongopooler": "^1.0.1",
"multer": "^1.4.2",
"node-sass": "^4.12.0",
"node-stream-zip": "^1.8.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.10",
"react-countup": "^4.2.2",
"react-dom": "^16.8.6",
"react-file-drop": "^0.2.8",
"react-loading": "^2.0.3",
"react-share": "^3.0.1",
"react-toastify": "^5.3.2",
"rimraf": "^3.0.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"styled-components": "^4.3.2",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}