-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.23 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
{
"name": "sweenunbloc",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "NODE_ENV=production node server.js",
"build": "tsc && vite build",
"dev": "node server.js",
"preview": "vite preview",
"install": "git submodule update --init && cd node_modules/dreamland-router && npm install && cd ../../giggleshitter-public && cargo build --release && cd .."
},
"dependencies": {
"@catppuccin/palette": "^1.2.0",
"@fontsource/iosevka": "^5.0.11",
"@fontsource/lexend": "^5.0.20",
"@mercuryworkshop/bare-mux": "^2.0.4",
"@mercuryworkshop/epoxy-transport": "^2.1.5",
"@mercuryworkshop/libcurl-transport": "^1.3.7",
"@titaniumnetwork-dev/ultraviolet": "^3.2.6",
"dreamland": "^0.0.24",
"dreamland-router": "github:mercuryworkshop/dreamland-router",
"express": "^4.19.2",
"nodemon": "^3.1.4",
"rollup-plugin-typescript2": "^0.36.0",
"vite-express": "^0.17.0",
"vite-plugin-dreamland": "^1.2.0",
"wisp-server-node": "^1.1.3"
},
"devDependencies": {
"prettier": "^3.2.5",
"typescript": "^5.5.2",
"vite": "^5.2.11"
}
}