-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.43 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
{
"name": "ba-internet-archive",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"format": "prettier --config .prettierrc.json -uw ./src/",
"check": "vue-tsc --noEmit; eslint --config ./.eslintrc.json ./src/ --ext .js,.ts,.vue",
"build": "pnpm format; vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "3.4.21"
},
"devDependencies": {
"@arco-design/web-vue": "2.55.0",
"@rushstack/eslint-patch": "1.8.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@vitejs/plugin-legacy": "5.3.2",
"@vitejs/plugin-vue": "5.0.4",
"@vue/compiler-sfc": "3.4.21",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-sort-exports": "0.9.1",
"eslint-plugin-vue": "9.23.0",
"eslint-plugin-yaml": "0.5.0",
"postcss": "8.4.38",
"postcss-plugin-px2rem": "0.8.1",
"postcss-preset-env": "9.5.2",
"prettier": "3.2.5",
"prettier-plugin-css-order": "2.0.1",
"sass": "1.72.0",
"terser": "5.29.2",
"typescript": "5.4.3",
"unplugin-auto-import": "0.17.5",
"unplugin-vue-components": "0.26.0",
"vfonts": "0.0.3",
"vite": "5.2.2",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.7"
}
}