-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 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
{
"name": "chrisweb",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sanity/client": "^0.121.0",
"image-size": "^0.6.1",
"lodash": "^4.17.4",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-ga": "^2.3.5",
"react-markdown": "^3.0.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-select": "^1.1.0",
"react-transition-group": "^2.2.1",
"recompact": "^3.2.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"styled-components": "^2.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}