generated from JohnBra/vite-web-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "cookies-pack",
"displayName": "Cookies Pack",
"version": "0.0.7",
"description": "Flexible extensions to control your cookies",
"license": "MIT",
"author": {
"name": "Evgeny Abramovich",
"email": "[email protected]",
"url": "https://github.com/evg4b"
},
"repository": {
"type": "git",
"url": "https://github.com/evg4b/cookies-pack.git"
},
"scripts": {
"build": "vite build",
"dev": "nodemon"
},
"type": "module",
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@eslint/js": "^9.13.0",
"@heroicons/react": "^2.1.5",
"@nextui-org/react": "^2.4.8",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"@types/chrome": "^0.0.279",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"framer-motion": "^11.11.10",
"i18next": "^23.16.4",
"nodemon": "^3.1.7",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
},
"packageManager": "[email protected]",
"dependencies": {
"date-fns": "^3.6.0"
}
}