-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 922 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
{
"name": "startupdetroit",
"version": "0.1.0",
"private": true,
"homepage": "http://startupdetroit.github.io",
"dependencies": {
"bulma": "^0.7.1",
"chai": "^4.1.2",
"gh-pages": "^1.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14",
"react-test-renderer": "^16.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"prettier": "^1.7.4",
"prop-types": "^15.6.0",
"react-ga": "^2.3.5",
"react-router-dom": "^4.2.2",
"styled-components": "^2.2.1"
}
}