-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "bakuga",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"testrun": "vitest run"
},
"dependencies": {
"jquery": "^3.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webext-bridge": "^6.0.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.18",
"@testing-library/jest-dom": "^6.4.2",
"@types/chrome": "^0.0.263",
"@types/jquery": "^3.5.29",
"@types/jsdom": "^21.1.6",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-testing-library": "^6.2.0",
"jsdom": "^24.0.0",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
}
}