-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.06 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
39
{
"name": "store",
"version": "0.0.1",
"private": true,
"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",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.22.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-plugin-svelte": "^2.32.2",
"postcss": "^8.4.25",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"sveltekit-superforms": "^1.2.0",
"tailwindcss": "^3.3.2",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"zod": "^3.21.4"
},
"type": "module",
"dependencies": {
"@apollo/client": "^3.7.17",
"graphql": "^16.7.1",
"isbot": "^3.6.12",
"svelte-kit-cookie-session": "^3.4.1",
"tiny-invariant": "^1.3.1"
}
}