-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 991 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 991 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
36
{
"proxy": "https://ir.thirty2k.com",
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"blob": "^0.0.4",
"blob-polyfill": "^2.0.20171115",
"file-saver": "^1.3.3",
"moment": "^2.19.3",
"moment-timezone": "^0.5.14",
"react": "^16.0.0",
"react-cookie": "^2.1.1",
"react-dom": "^16.0.0",
"react-google-login": "^2.11.2",
"react-moment": "^0.6.8",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --setupTestFrameworkScriptFile=raf/polyfill",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.3",
"jest": "^21.2.1",
"react-test-renderer": "^16.0.0"
}
}