-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "scrollytelling",
"version": "0.1.0",
"private": true,
"homepage": "https://jackdbd.github.io/scrollytelling",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test:verbose": "react-scripts test --env=jsdom --verbose",
"test:watch": "react-scripts test --env=jsdom",
"test": "CI=true react-scripts test --env=jsdom",
"coverage": "codecov",
"eject": "react-scripts eject",
"lint": "prettier --write '{,!(node_modules)/}**/*.{js,jsx}'",
"ci": "yarn run test && yarn run coverage",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@vx/axis": "^0.0.170",
"@vx/gradient": "^0.0.165",
"@vx/shape": "^0.0.170",
"d3-format": "^1.3.0",
"d3-scale": "^2.1.0",
"intersection-observer": "^0.5.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-resize-aware": "^2.7.1",
"react-scripts": "1.1.4",
"react-spinners": "^0.3.3",
"scrollama": "^1.4.3",
"styled-components": "^3.4.0"
},
"devDependencies": {
"codecov": "^3.0.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"gh-pages": "^1.2.0",
"prettier": "^1.14.0"
}
}