-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
{
"name": "astro-sanity-turbopack-starter",
"private": true,
"author": {
"name": "Bogumił Milewski",
"email": "hello@milewski.me",
"url": "https://milewski.me"
},
"repository": {
"type": "git",
"url": "https://github.com/kryptonum-dev/kryptonum-eu"
},
"scripts": {
"build": "turbo build",
"dev": "dotenv -e .env.local -- turbo dev --filter=!@repo/emails",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@sanity/client": "^7.14.1",
"astro": "^5.11.0",
"astro-portabletext": "^0.11.1",
"embla-carousel": "^8.6.0",
"react-hook-form": "^7.60.0",
"sharp-ico": "^0.1.5"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.36.0",
"dotenv": "^17.2.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.2",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"turbo": "^2.5.4",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "bun@1.1.26",
"workspaces": [
"apps/*",
"packages/*"
],
"overrides": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}