-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 791 Bytes
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
{
"name": "chrome-extension-gslide-usertool-comment-stream",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node script/patch_manifest.js",
"format": "prettier --write .",
"format-check": "prettier --check .",
"preview": "vite preview"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup-plugin-copy": "3.5.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.28",
"@types/chrome": "0.0.283",
"@types/node": "20.14.15",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.3",
"prettier": "3.3.3",
"typescript": "5.6.3",
"vite": "5.4.11"
},
"packageManager": "pnpm@9.14.2"
}