-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
40
41
42
43
{
"name": "app-starter-template",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"peerDependencies": {
"postcss": "^8.4.14"
},
"devDependencies": {
"@faker-js/faker": "^7.4.0",
"@square/svelte-store": "^0.2.0",
"@sveltejs/adapter-auto": "1.0.0-next.64",
"@sveltejs/adapter-static": "1.0.0-next.39",
"@sveltejs/kit": "1.0.0-next.406",
"@tailwindcss/forms": "^0.5.2",
"cookie": "^0.5.0",
"dotenv": "^16.0.1",
"lucia-sveltekit": "^0.6.2",
"modern-normalize": "^1.1.0",
"postcss-at-rules-variables": "^0.3.0",
"postcss-custom-media": "^8.0.2",
"postcss-import": "^14.1.0",
"postcss-load-config": "^4.0.1",
"postcss-mixins": "^9.0.3",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.7.2",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"svelte-switch-case": "^1.1.1",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vite": "^3.0.7"
}
}