-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"name": "gamepowerx.com",
"version": "0.0.35",
"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",
"format": "prettier --write . --plugin-search-dir=. --ignore-path .gitignore"
},
"devDependencies": {
"@fontsource/alfa-slab-one": "^5.2.8",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@types/node": "^25.9.1",
"cookie": "^1.1.1",
"devalue": "^5.8.1",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^4.0.1",
"rollup": "^4.60.4",
"svelte": "^5.55.10",
"svelte-check": "^4.4.8",
"svelte-fa": "^4.0.4",
"svelte-preprocess": "^6.0.5",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"vite": "^8.0.14"
},
"type": "module"
}