-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.19 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "nature-hiv-milestones",
"version": "1.0.0",
"description": "Nature Milestones HIV",
"main": "index.js",
"scripts": {
"serve": "serve ./dist/",
"watch": "webpack-dev-server --watch --config webpack.dev.js",
"webpack:prod": "webpack --config webpack.prod.js",
"pa11y": "pa11y --standard WCAG2AA http://localhost:5000",
"test": "run-p serve pa11y",
"lint": "./node_modules/.bin/eslint src/js/**",
"dev": "webpack --config webpack.dev.js",
"dist": "run-s webpack:prod lint test"
},
"browsersList": [
"> 5%",
"ie > 9"
],
"babel": {
"presets": [
"env"
]
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"ajv": "^6.5.3",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"pa11y": "^5.1.0",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^2.0.9",
"postcss-plugin": "^1.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.5",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"d3-array": "^1.2.1",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"gray-matter": "^4.0.1",
"intersection-observer": "^0.5.0",
"npm-run-all": "^4.1.3",
"pixi.js": "^4.8.2",
"scrollama": "^1.4.3",
"serve": "^10.0.2",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"htmltidy2": "^0.3.0",
"marked": "^0.5.1",
"react": "^16.6.0",
"react-dom": "^16.6.0"
}
}