-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 808 Bytes
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
{
"name": "wanderersio",
"private": true,
"version": "0.1.0",
"type": "module",
"author": {
"name": "avoxel284",
"url": "https://oliboyd.net"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"sass-embedded": "^1.98.0",
"svelte": "^5.55.1",
"svelte-check": "^4.4.5",
"ts-node": "^10.9.2",
"typescript": "~5.9.3",
"vite": "^8.0.3"
},
"dependencies": {
"axios": "^1.14.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"helmet": "^8.1.0",
"tsc": "^2.0.4",
"tslib": "^2.8.1"
}
}