-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "kaw_calcuator",
"version": "0.1.0",
"private": true,
"dependencies": {
"google-closure-compiler": "^20181008.0.0",
"isomorphic-fetch": "^2.2.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-scripts": "^3.0.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"thunk": "0.0.1",
"url-parse": "^1.4.3",
"zlibjs": "^0.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test-inject": "jest",
"eject": "react-scripts eject"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"rollup": "^0.66.6",
"rollup-plugin-closure-compiler": "^0.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-google-closure-compiler": "^0.1.0",
"rollup-plugin-node-resolve": "^3.4.0"
}
}