-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
44
45
46
47
48
49
50
51
{
"name": "feature-tracker",
"version": "0.0.1",
"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": {
"@codemirror/lang-markdown": "^6.1.0",
"@codemirror/lang-python": "^6.1.1",
"@codemirror/lang-sql": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.1",
"@iconify/svelte": "^3.1.0",
"@sveltejs/kit": "^1.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/cookie": "^0.5.1",
"@types/markdown-it": "^12.2.3",
"@types/nprogress": "^0.2.0",
"@types/sql.js": "^1.4.4",
"autoprefixer": "^10.4.7",
"codemirror": "^6.0.1",
"markdown-it": "^13.0.1",
"nprogress": "^0.2.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"shiki": "^0.14.1",
"sql.js": "^1.8.0",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-codemirror-editor": "^1.1.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.6",
"@supabase/auth-helpers-sveltekit": "^0.8.7",
"@supabase/supabase-js": "^2.8.0",
"@sveltejs/adapter-vercel": "^2.1.1",
"classnames": "^2.3.2",
"flowbite": "^1.6.3",
"flowbite-svelte": "^0.30.4"
}
}