-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 785 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 785 Bytes
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
{
"private": true,
"name": "sanity-sapper-blog",
"version": "1.0.26",
"scripts": {
"build": "lerna run build --parallel",
"build-studio": "lerna bootstrap && (cd studio && npm run build)",
"build-web": "lerna bootstrap && (cd web && npm run export)",
"dev": "lerna run dev --parallel",
"format": "lerna run format",
"graphql-deploy": "lerna run graphql-deploy",
"lint": "lerna run lint",
"postinstall": "lerna bootstrap",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@sanity/cli": "^2.23.2",
"lerna": "^3.14.0"
},
"dependencies": {
"axios": "^0.24.0",
"cookie-parser": "^1.4.6",
"lodash.get": "^4.4.2",
"sapper-google-analytics": "^1.0.2",
"svelte-i18n": "^3.3.13"
}
}