-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1002 Bytes
/
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
{
"name": "protodevtools",
"version": "1.0.0",
"main": "background.js",
"type": "module",
"scripts": {
"test": "vitest",
"build": "vite build -d -w",
"dev": "vite dev",
"format": "prettier --write ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/chrome": "^0.0.271",
"@zerodevx/svelte-json-view": "^1.0.11",
"buffer": "^6.0.3",
"jsbi": "^4.3.0",
"path-browserify-esm": "^1.0.6",
"pretty-print-json": "^3.0.2",
"protobufjs": "^7.4.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vitest": "^2.1.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.25",
"@tailwindcss/vite": "^4.0.0-alpha.24",
"@tsconfig/svelte": "^5.0.4",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^5.0.0-next.264",
"tailwindcss": "^4.0.0-alpha.24",
"vite": "^5.4.5"
}
}