-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "cyg.network",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "2.0.0",
"@sveltejs/adapter-netlify": "^2.0.6",
"@sveltejs/kit": "^1.15.4",
"@types/lodash": "^4.14.192",
"sass": "^1.62.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"dependencies": {
"@sanity/block-content-to-html": "^2.0.0",
"@sanity/client": "^5.4.2",
"@sanity/image-url": "^1.0.2",
"auth0": "^3.3.0",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"simple-crypto-js": "^3.0.1",
"slugify": "^1.6.6",
"svelte-select": "^4.4.7",
"uuid": "^9.0.0"
},
"type": "module"
}