-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "kylenakamura-dev",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node build",
"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": {
"@floating-ui/dom": "1.6.8",
"@fortawesome/fontawesome-free": "^6.6.0",
"@octokit/rest": "^21.0.1",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/matter-js": "^0.19.7",
"@types/node": "20.14.12",
"@vitejs/plugin-legacy": "^5.4.1",
"autoprefixer": "10.4.19",
"matter-js": "^0.20.0",
"postcss": "8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"sass": "^1.77.8",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tailwindcss": "3.4.7",
"terser": "^5.31.3",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"vite": "5.3.5",
"vite-plugin-tailwind-purgecss": "0.3.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}