-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 877 Bytes
/
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
{
"name": "vite-april",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@windicss/plugin-animations": "^1.0.9",
"svelte": "^3.44.0",
"vite": "^2.9.5",
"vite-plugin-windicss": "^1.8.4",
"windicss": "^3.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonjavanteese/vite-april.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sonjavanteese/vite-april/issues"
},
"homepage": "https://github.com/sonjavanteese/vite-april#readme",
"dependencies": {
"@supabase/supabase-js": "^1.35.2",
"renderless-svelte": "^1.7.0",
"sv-popup": "^0.2.1",
"svelte-spa-router": "^3.2.0"
}
}