-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "pjg2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.3.0",
"@material-ui/icons": "^1.1.0",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"command-line-args": "^5.0.2",
"exiftool-vendored": "^5.1.0",
"file-loader": "^1.1.11",
"font-proxima-nova": "^1.0.1",
"history": "^4.7.2",
"jimp": "^0.2.28",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-ga": "^2.5.3",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-env": "^2.4.1",
"babel-loader": "^7.1.4",
"html-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.1",
"webpack-dev-server": "^3.1.4"
}
}