forked from supabase-community/svelte-kanban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"scripts": {
"start": "snowpack dev --polyfill-node",
"build": "snowpack build --polyfill-node",
"test": "jest",
"lint": "eslint",
"format": "eslint --fix",
"deploy": "vercel --prod"
},
"dependencies": {
"svelte": "^3.29.0",
"vercel": "^21.1.0"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.9.0",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-postcss": "^1.0.11",
"@snowpack/plugin-run-script": "^2.1.7",
"@snowpack/plugin-svelte": "^3.0.1",
"@supabase/supabase-js": "^1.2.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"autoprefixer": "^10.1.0",
"cssnano": "^4.1.10",
"eslint": "^7.12.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-svelte3": "^2.7.3",
"gravatar-url": "^3.1.0",
"jest": "^26.2.2",
"postcss": "^8.2.1",
"postcss-cli": "^8.3.1",
"rollup": "^2.35.1",
"snowpack": "^2.15.0",
"snowpack-plugin-rollup-bundle": "^0.3.3",
"svelte-check": "^1.0.0",
"svelte-dnd-action": "^0.8.6",
"tinro": "^0.5.8"
}
}