-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
{
"name": "analytics.usa.gov",
"version": "2.0.0",
"description": "dashboard of analytics",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build-prod": "webpack",
"build-dev": "webpack --mode=development --watch=true",
"test": "mocha --require @babel/register spec",
"lint": "./node_modules/.bin/eslint js --ignore-pattern '/js/vendor/*'",
"lint:fix": "./node_modules/.bin/eslint ./js/index.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/analytics.usa.gov.git"
},
"author": "",
"license": "SEE LICENSE IN License.md",
"bugs": {
"url": "https://github.com/18F/analytics.usa.gov/issues"
},
"homepage": "https://github.com/18F/analytics.usa.gov#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"assert": "1.4.1",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"mixin-deep": ">=1.3.2",
"mocha": "^5.2.0",
"serialize-javascript": ">=2.1.1",
"set-value": ">=2.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"d3": "^3.5.7",
"q": "^1.5.1",
"eslint-utils": ">=1.4.1",
"lodash": ">=4.17.13",
"serialize-javascript": ">=2.1.1"
}
}