forked from codeforboston/cliff-effects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "cliff-effects",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.4",
"chart.js": "^2.7.2",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"react": "^16.3.2",
"react-chartjs-2": "^2.6.1",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.0",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-scripts": "^1.1.5",
"semantic-ui-css": "2.2.12",
"semantic-ui-react": "^0.75.1"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run docs && react-scripts build && node postbuild.js",
"test": "react-scripts test",
"coverage": "react-scripts test --coverage",
"eject": "react-scripts eject",
"deploy": "npm run build && gh-pages -d build",
"generateSNAPTests": "./node_modules/.bin/babel-node src/test/programs/federal/snap/generateTestCases",
"lint": "./node_modules/.bin/eslint src --fix",
"docs": "./node_modules/.bin/jsdoc src -R OVERVIEW.md -r -c jsdoc.json -d docs"
},
"homepage": "https://codeforboston.github.io/cliff-effects/app",
"devDependencies": {
"codecov": "^3.0.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-jest": "^21.15.1",
"fs-extra": "^7.0.0",
"gh-pages": "^1.2.0",
"jsdoc": "^3.5.5",
"react-test-renderer": "^16.3.2"
},
"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"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}