generated from elwin013/vitaly-extension
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "chat-gpt-prompts",
"description": "一个 chat-gpt 的 chrome 插件,用来帮助用户存储、收集一些调教 gpt 的语料",
"private": true,
"version": "1.0.4",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"package": "npm run build && node build.js",
"test": "vitest",
"lint": "yarn run eslint --ext .js,.ts,.vue,.jsx src/",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md,vue}'"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"element-plus": "^2.2.30",
"fuzzysearch": "^1.0.3",
"vue": "^3.2.37",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@iconify-json/ci": "^1.1.7",
"@iconify-json/ep": "^1.1.8",
"@types/chrome": "^0.0.193",
"@types/jest": "^28.1.6",
"@types/webextension-polyfill": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"crx3": "^1.1.3",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.54.4",
"typescript": "^4.6.4",
"unplugin-element-plus": "^0.6.0",
"vite": "^3.0.0",
"vitest": "^0.21.0",
"vue-tsc": "^0.38.4"
},
"engines": {
"node": ">= 16.16.0",
"npm": ">= 8.11.0",
"yarn": ">= 1.22.0"
}
}