-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
62 lines (62 loc) · 2.04 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
{
"name": "HyperChat",
"version": "69.42.0",
"private": true,
"scripts": {
"build": "yarn build:chrome",
"build:chrome": "cross-env BROWSER=chrome vite build",
"build:firefox": "cross-env BROWSER=firefox vite build",
"package": "node utils/package.js",
"dev:chrome": "cross-env MINIFY=false BROWSER=chrome vite build --watch",
"dev:firefox": "cross-env MINIFY=false BROWSER=firefox vite build --watch",
"start": "yarn dev:chrome",
"start:none": "yarn dev:chrome",
"start:chrome": "cross-env HC_AUTOLAUNCH=menace yarn dev:chrome",
"start:firefox": "cross-env HC_AUTOLAUNCH=menace yarn dev:firefox",
"format:check": "eslint ."
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@livetl/svelte-webext-stores": "^0.0.14",
"@mdi/js": "^6.5.95",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.34",
"@tsconfig/svelte": "^2.0.1",
"@types/chrome": "^0.0.193",
"@types/download": "8.0.1",
"@typescript-eslint/eslint-plugin": "4",
"@typescript-eslint/parser": "^4.28.5",
"autoprefixer": "^10.3.1",
"body-parser": "1.19.0",
"cross-env": "^7.0.3",
"cssnano": "^5.0.7",
"download": "8.0.0",
"eslint": "7",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "2",
"eslint-plugin-node": "11",
"eslint-plugin-promise": "4",
"eslint-plugin-svelte3": "^3.2.0",
"express": "4.17.3",
"iframe-translator": "^0.3.7",
"is-dark-color": "^1.2.0",
"postcss": "^8.3.6",
"postcss-extend": "^1.0.5",
"postcss-import": "^14.0.2",
"postcss-input-range": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.3",
"rollup-plugin-copy": "^3.4.0",
"safe-compare": "1.1.4",
"sha-1": "^1.0.0",
"smelte": "^1.1.8",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.7.4",
"svelte-waypoint": "^0.1.4",
"tailwindcss": "^2.2.7",
"terser": "^5.19.2",
"typescript": "4.3.5",
"vite": "2.9.16",
"vite-plugin-web-extension": "^1.4.0"
}
}