-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
34 lines (34 loc) · 1.06 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
{
"name": "octohint",
"private": true,
"type": "module",
"version": "3.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"package": "cp LICENSE chrome/ && cd chrome/ && zip --exclude .DS_Store -r ../chrome.zip *",
"icon": "rm -rf chrome/icons/*; node scripts/generate-icons"
},
"devDependencies": {
"@bytemd/react": "^1.10.13",
"@crxjs/vite-plugin": "^1.0.14",
"@types/chrome": "^0.0.270",
"@types/lodash-es": "^4.17.5",
"@types/node": "^22.5.4",
"@typescript/vfs": "^1.3.5",
"@vitejs/plugin-react": "^4.3.1",
"lodash-es": "^4.17.21",
"path-browserify": "^1.0.1",
"typescript": "5.5.4",
"vite": "^5.4.3",
"vite-plugin-static-copy": "^1.0.6",
"vscode-css-languageservice": "^6.3.1"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"dependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}