-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 956 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
{
"name": "root",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"affected:build": "nx affected --target build",
"affected:deploy": "nx affected --target deploy",
"affected:typecheck": "nx affected --target typecheck",
"build": "nx build",
"deploy": "nx deploy",
"start": "nx serve",
"typecheck": "nx typecheck"
},
"devDependencies": {
"@nrwl/nx-cloud": "18.0.1",
"@sveltejs/adapter-cloudflare": "4.9.0",
"@sveltejs/kit": "2.15.1",
"@vite-pwa/sveltekit": "0.6.6",
"nx": "18.4.0-canary.20240418-e549ea2",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"svelte-migrate": "1.7.1",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-imagetools": "6.2.9",
"vite-plugin-pwa": "0.21.1",
"wrangler": "3.99.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "21.7.3"
}
}