-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 921 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": "hedron",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-netlify": "^1.0.0-next.64",
"@sveltejs/kit": "next",
"@tailwindcss/typography": "0.5.2",
"autoprefixer": "10.4.7",
"cssnano": "5.1.10",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"postcss": "8.4.14",
"postcss-load-config": "3.1.4",
"svelte": "3.48.0",
"svelte-preprocess": "4.10.6",
"vite": "^3.1.0"
},
"dependencies": {
"@supabase/supabase-js": "^1.35.6",
"@tweenjs/tween.js": "^18.6.4",
"dotenv": "^16.0.1",
"tailwindcss": "^3.1.3",
"three": "^0.141.0"
}
}