forked from OpenMined/openmined-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "openmined-website",
"homepage": "https://www.openmined.org",
"version": "1.0.0",
"private": false,
"license": "Apache-2.0",
"dependencies": {
"classnames": "^2.2.6",
"connected-react-router": "^6.5.2",
"history": "^4.10.1",
"intersection-observer": "0.7.0",
"mapbox-gl": "1.9.0",
"moment": "2.24.0",
"node-sass": "^4.13.0",
"normalize.css": "^8.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "^5.2.1",
"react-redux": "7.2.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.1",
"react-scroll-percentage": "4.2.0",
"react-tilt": "^0.1.4",
"redux": "4.0.5",
"redux-thunk": "^2.3.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"husky": "4.2.3",
"prettier": "2.0.2",
"pretty-quick": "2.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}