-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (54 loc) · 1.58 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
{
"name": "imageclassifier",
"version": "1.0.0",
"description": "Environment setup:",
"main": "index.js",
"scripts": {
"start": "webpack -d --watch",
"build": "webpack --config webpack.config.js",
"dev-server": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bootstrap": "^4.3.1",
"core-js": "^2.6.9",
"create-react-app": "^3.0.1",
"css-loader": "^3.1.0",
"file-loader": "^6.0.0",
"js-cookie": "^2.2.1",
"material-ui": "^0.20.2",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"package.json": "^2.0.1",
"react": "^16.8.6",
"react-alice-carousel": "^1.18.0",
"react-dom": "^16.8.6",
"react-dropzone": "^10.2.2",
"react-image-gallery": "^1.0.7",
"react-moment": "^0.9.2",
"react-router-dom": "^5.0.1",
"react-tabs": "^3.0.0",
"remove-markdown": "^0.3.0",
"style-loader": "^0.23.1",
"url-loader": "^4.0.0",
"validator": "^11.1.0",
"webpack": "^4.38.0",
"webpack-dev-server": "^3.7.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"webpack-cli": "^3.3.6"
}
}