-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 858 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 858 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
{
"name": "elementipelago",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "node fetch-discord-users && ./build-sprites.sh && vite build",
"preview": "vite preview",
"sprites": "./build-sprites.sh",
"deploy": "bun run build && gh-pages -d dist --nojekyll --cname elementipelago.peppidesu.dev"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"dotenv": "^17.2.3",
"gh-pages": "^6.3.0",
"svelte": "^5.48.0",
"vite": "npm:rolldown-vite@7.3.1"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.5"
},
"dependencies": {
"archipelago.js": "^2.0.4",
"deep-equality-data-structures": "^2.0.0",
"fuse.js": "^7.1.0",
"js-md5": "^0.8.3"
}
}