-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 979 Bytes
/
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
{
"name": "astro-sanity-turbopack-starter",
"private": true,
"author": {
"name": "Bogumił Milewski",
"email": "[email protected]",
"url": "https://milewski.me"
},
"repository": {
"type": "git",
"url": "https://github.com/kryptonum-dev/kryptonum-eu"
},
"scripts": {
"build": "turbo build",
"dev": "dotenv -- turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@sanity/client": "^6.24.1",
"astro": "^5.0.5",
"@astrojs/check": "^0.9.4",
"astro-portabletext": "^0.10.1",
"react-hook-form": "^7.54.1"
},
"devDependencies": {
"turbo": "^2.3.3",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"@typescript-eslint/parser": "^8.18.0",
"dotenv": "^16.4.7",
"sass": "^1.83.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
]
}