-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"private": false,
"name": "hodp-website",
"version": "1.0.0",
"author": "Sanity <[email protected]>",
"engines": {
"node": "10.x"
},
"scripts": {
"clean": "lerna clean",
"deploy": "lerna run deploy",
"empty-cache": "lerna run empty-cache",
"init": "cd studio && sanity init && lerna run graphql-deploy",
"format": "lerna run format",
"graphql-deploy": "lerna run graphql-deploy",
"lint": "lerna run lint",
"now-deploy": "now && now alias",
"workers-start": "lerna run workers-start",
"workers-deploy": "lerna run workers-deploy",
"postinstall": "lerna bootstrap",
"sanity-deploy": "lerna run sanity-deploy",
"start": "lerna run empty-cache && lerna run start --parallel",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"lerna": "^3.22.0",
"rimraf": "^2.6.3"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"d3-ease": "^1.0.7",
"d3-fetch": "^1.1.2",
"d3-format": "^1.4.5",
"d3-interpolate": "^1.4.0",
"d3-path": "^1.0.9",
"d3-request": "^1.0.6",
"d3-selection": "^1.4.1",
"d3-transition": "^1.3.2",
"disqus-react": "^1.0.11",
"dot-prop": "^5.3.0",
"emotion": "^10.0.27",
"gatsby": "^3.6.0",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-env-variables": "^2.1.0",
"js-search": "^2.0.0",
"prettier": "^2.3.0",
"react": "^16.14.0",
"react-icons": "^3.11.0",
"react-scrollama": "^2.2.16",
"react-social-icons": "^4.1.0",
"save": "^2.4.0"
}
}