forked from codeforboston/cliff-effects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "cliff-effects",
"version": "0.1.0",
"private": true,
"dependencies": {
"chart.js": "^2.6.0",
"chartjs": "^0.3.24",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"gh-pages": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"react": "^16.0.0",
"react-chartjs-2": "^2.6.1",
"react-dom": "^16.0.0",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.11",
"react-side-effect": "^1.1.3",
"react-test-renderer": "^16.0.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.75.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"homepage": "https://codeforboston.github.io/cliff-effects",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"gh-pages": "^1.0.0"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/codeforboston/cliff-effects.git"
},
"author": "Code for Boston",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeforboston/cliff-effects/issues"
}
}