-
-
Notifications
You must be signed in to change notification settings - Fork 346
/
package.json
71 lines (70 loc) · 2.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "velocity",
"description": "Velocity is a fully featured tabbed proxy with a seamless browsing experience.",
"version": "1.3.0",
"scripts": {
"dev": "concurrently \"webpack --mode development --watch\" \"solid-start dev --host\" \"bare-server-node --host=localhost --port=8080\"",
"build": "webpack --mode production && solid-start build",
"start": "node scripts/server.js",
"stat": "webpack --profile",
"pretty": "prettier --write ."
},
"type": "module",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/color": "^3.0.3",
"@types/debug": "^4.1.7",
"@types/mime-db": "^1.43.1",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.17.0",
"@types/prismjs": "^1.26.0",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.12",
"concurrently": "^7.6.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"solid-start-node": "^0.2.0",
"tailwindcss": "^3.2.0",
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.8.4",
"uuid": "^9.0.0",
"vite": "^4.4.6",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-static-copy": "^0.13.0",
"webextension-manifest": "^1.0.0",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.0.4",
"@mercuryworkshop/epoxy-transport": "^2.1.5",
"@solid-primitives/script-loader": "^2.0.2",
"@solidjs/meta": "^0.28.0",
"@solidjs/router": "^0.8.2",
"@thisbeyond/solid-dnd": "^0.7.4",
"@titaniumnetwork-dev/ultraviolet": "^3.2.6",
"@zip.js/zip.js": "^2.6.79",
"cld3-asm": "^3.1.1",
"color": "^4.2.3",
"cookie": "^0.5.0",
"express": "^4.18.2",
"filer": "github:cohenerickson/filer",
"idb": "^7.1.1",
"mime-types": "^2.1.35",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"solid-js": "^1.6.2",
"solid-start": "^0.2.0",
"wisp-server-node": "^1.1.3"
},
"engines": {
"node": ">=18.x"
}
}