-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 925 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 925 Bytes
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
{
"name": "imagene-web-react",
"homepage": "https://chips5k.github.io/imagene-web/",
"version": "0.1.0",
"private": true,
"devDependencies": {
"decimal.js": "^7.2.4",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"random-js": "^1.0.8",
"react-app-rewired": "^1.3.0",
"react-fastclick": "^3.0.2",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"react-scripts": "1.0.13",
"redux": "^3.7.2",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.2.0",
"roboto-fontface": "^0.8.0",
"worker-loader": "^1.0.0"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom"
}
}