-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "tolon-browser-extension",
"private": true,
"version": "0.6.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/webextension-polyfill": "^0.12.1",
"@vanilla-extract/css": "^1.16.0",
"@vanilla-extract/vite-plugin": "^4.0.16",
"@vitejs/plugin-react": "^4.3.2",
"@vitest/coverage-v8": "^2.1.2",
"date-fns": "^4.1.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.10.0",
"happy-dom": "^15.7.4",
"immer": "^10.1.1",
"ky": "^1.7.2",
"modern-normalize": "^3.0.1",
"prettier": "3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "<5.6",
"typescript-eslint": "^8.8.0",
"use-immer": "^0.10.0",
"vite": "^5.4.8",
"vite-plugin-zip-pack": "^1.2.4",
"vitest": "^2.1.2",
"webextension-polyfill": "^0.12.0"
}
}