-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
43 lines (43 loc) · 1.19 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
43
{
"name": "amethyst",
"version": "3.0.0",
"description": "A web proxy site using Ultraviolet and Corrosion",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "vite",
"build": "vite build && node postbuild.js",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amethystnetwork-dev/Amethyst.git"
},
"author": "Amethyst contributers",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/amethystnetwork-dev/Amethyst/issues"
},
"homepage": "https://github.com/amethystnetwork-dev/Amethyst#readme",
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"svelte": "^3.55.1",
"svelte-routing": "^1.6.0",
"vite": "^4.1.0"
},
"dependencies": {
"@titaniumnetwork-dev/ultraviolet": "^1.0.8-beta",
"@tomphttp/bare-client": "^1.1.2-beta.3",
"@tomphttp/bare-server-node": "^1.2.3",
"connect": "^3.7.0",
"corrosion": "github:titaniumnetwork-dev/Corrosion",
"express": "^4.18.2",
"serve-index": "^1.9.1",
"serve-static": "^1.15.0"
}
}