-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 973 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": "excel-excel-com",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.1.1"
},
"dependencies": {
"axios": "^0.18.0",
"expect": "^23.0.0-alpha.0",
"jest": "^20.0.4",
"material-ui": "next",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "3",
"react-router-redux": "^4.0.8",
"react-saga": "^0.2.6",
"redux-devtools-extension": "^2.13.2",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"typeface-roboto": "^0.0.54"
},
"engines": {
"node": "7.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"description": "A site to provide popular shortcuts and lookup",
"main": "index.js",
"author": "Vivian Chan",
"license": "MIT"
}