-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"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.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"cookie": "^1.1.1",
"devalue": "^5.6.2",
"prettier": "^3.8.0",
"prettier-plugin-svelte": "^3.4.1",
"rollup": "^4.55.1",
"svelte": "^5.46.4",
"svelte-check": "^4.3.5",
"svelte-fa": "^4.0.4",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"type": "module"
}