generated from mubaidr/vite-vue3-browser-extension-v3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.87 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
61
62
63
64
65
66
67
68
{
"dependencies": {
"echarts": "^5.5.1",
"echarts-wordcloud": "^2.1.0",
"rollup-plugin-terser": "^7.0.2",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"description": "__MSG_extensionDescription__",
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@iconify-json/mdi": "^1.2.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/chrome": "^0.0.251",
"@types/eslint": "^8.56.12",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^18.19.59",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.5.12",
"@vueuse/core": "^10.11.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.80.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.5",
"vite-plugin-pages": "^0.31.0",
"vue-tsc": "^1.8.27",
"webext-bridge": "^6.0.1"
},
"displayName": "GPT4-Requests-Counter",
"name": "gpt4requestscounter",
"overrides": {
"@crxjs/vite-plugin": "$@crxjs/vite-plugin"
},
"pnpm": {
"overrides": {},
"peerDependencyRules": {
"allowAny": [],
"allowedDeprecatedVersions": {
"sourcemap-codec": "1.4.8"
},
"allowedVersions": {},
"ignoreMissing": []
}
},
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint . --fix --ext js,mjs,cjs,ts,mts,cts,vue",
"preview": "vite preview"
},
"type": "module",
"version": "2.3.6"
}