-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.77 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.77 KB
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
{
"name": "ensemble",
"version": "0.2.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "npm-run-all build:*",
"build:app": "react-scripts build",
"build:version.json": "node scripts/generateVersionJSON",
"eject": "react-scripts eject",
"validate": "npm-run-all test lint",
"test": "npm-run-all test:*",
"test:nightwatch": "nightwatch",
"lint": "npm-run-all lint:*",
"lint:js-extra": "eslint --config .eslintrc.extra.js --ext .js --ext .json .",
"lint:css": "stylelint src/**/*.css",
"lint:deps": "nsp check --warn-only",
"size": "source-map-explorer build/static/js/main.*"
},
"dependencies": {
"core-js": "2.5.5",
"d3-scale": "2.0.0",
"d3-selection": "1.3.0",
"d3-shape": "1.2.0",
"dateformat": "3.0.3",
"distinct-colors": "1.0.4",
"metrics-graphics": "2.14.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-ga": "2.4.1",
"react-loadable": "5.3.1",
"react-metrics-graphics": "1.0.2",
"react-refetch": "1.0.4",
"react-router-dom": "4.2.2",
"react-scripts": "1.1.4",
"react-spinkit": "3.0.0",
"whatwg-fetch": "2.0.4"
},
"devDependencies": {
"babel-eslint": "8.2.3",
"eslint": "4.19.1",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"nightwatch": "0.9.20",
"npm-run-all": "4.1.2",
"nsp": "3.2.1",
"request": "2.85.0",
"selenium-server-standalone-jar": "3.11.0",
"source-map-explorer": "1.5.0",
"stylelint": "9.2.0",
"stylelint-config-standard": "18.2.0"
}
}