generated from zzk13180/openai-vite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.66 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
{
"name": "i18n-translation-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"commit": "cz",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
"lint:eslint": "eslint --max-warnings 0 \"**/*.{cjs,vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"**/*.{cjs,json,tsx,vue,html,css,scss}\"",
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/ --config .stylelintrc.json"
},
"dependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"openai": "^4.12.4",
"gh-pages": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vue-tsc": "^1.8.5",
"vite": "^4.4.5",
"eslint": "^8.50.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}