-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.74 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
{
"name": "vite-chrome-extend",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "rimraf ./dist && vite",
"build": "rimraf ./dist && npm run clean && vite build",
"comejene:dev": "vite --config vite.config.comejene.ts",
"comejene:build": "rimraf ./dist-comejene && vite build --config vite.config.comejene.ts",
"install:api": "npm link ../NDGRClient-ts",
"lint": "eslint .",
"lintFix": "eslint . --fix",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"clean": "rimraf ./dist && rimraf ./dist.zip"
},
"devDependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/protoc-gen-es": "^2.0.0",
"@crxjs/vite-plugin": "^2.0.0-beta.21",
"@eslint/eslintrc": "^3.1.0",
"@stylistic/eslint-plugin": "^2.6.4",
"@stylistic/eslint-plugin-ts": "^2.6.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.270",
"@types/eslint": "^8.56.11",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin": "^1.0.1",
"eslint-plugin-svelte": "^2.43.0",
"rimraf": "^6.0.1",
"svelte": "^5.1.9",
"svelte-check": "^3.8.6",
"svelte-eslint-parser": "^0.41.1",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"vite": "^5.4.10",
"vite-plugin-zip-pack": "^1.2.4"
},
"dependencies": {
"@bufbuild/buf": "^1.38.0",
"@emotion/css": "^11.13.4",
"@types/stylis": "^4.2.6",
"css-flatten": "^2.0.0",
"obs-websocket-js": "^5.0.6",
"svelte-awesome-color-picker": "^3.1.4"
}
}