-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.25 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
{
"private": true,
"name": "ehcn",
"version": "0.0.0",
"scripts": {
"build": "lerna run build --parallel",
"dev": "lerna run dev --parallel",
"format": "lerna run format",
"build-studio": "(cd studio && npm run build)",
"build-web": "lerna bootstrap && (cd studio && SANITY_AUTH_TOKEN=$SANITY_DEPLOY_STUDIO_TOKEN npm run graphql-deploy) && (cd web && npm run build)",
"graphql-deploy": "lerna run graphql-deploy",
"lint": "lerna run lint",
"postinstall": "lerna bootstrap",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"lerna": "^4.0.0"
},
"dependencies": {
"@reach/router": "^1.3.4",
"@sanity/client": "^3.3.1",
"cross-env": "^7.0.3",
"flexsearch": "^0.7.21",
"gatsby": "^4.17.2",
"gatsby-cli": "^4.17.1",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"node": "^16.18.0",
"p5": "^1.4.1",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react-alice-carousel": "^2.6.0",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-p5-wrapper": "^3.3.0",
"react-use-flexsearch": "^0.1.1"
}
}