-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"scripts": {
"dev": "webpack --mode development",
"start": "webpack --mode development --watch",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"jest": "^24.7.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@material-ui/core": "^3.8.3",
"@material-ui/icons": "^3.0.1",
"file-saver": "^2.0.2",
"material-ui": "^1.0.0-beta.16",
"material-ui-dropzone": "^2.2.0",
"material-ui-icons": "^1.0.0-beta.36",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-dropzone": "^8.1.0",
"react-md-spinner": "^0.3.0",
"recharts": "^1.4.1",
"styled-components": "^4.1.3",
"uuid": "^3.3.2"
}
}