-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "evex-client",
"version": "6.0.0",
"scripts": {
"dev": "vite --host --port 3000",
"preview": "vite preview --port 3000",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"wretch": "^2.1.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.56",
"@typescript-eslint/parser": "^5.37.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.3.2",
"axios": "^0.21.1",
"cssnano": "^6.0.0",
"cssnano-preset-advanced": "^5.1.4",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"postcss": "^8.4.14",
"postcss-css-variables": "^0.18.0",
"postcss-custom-media": "^8.0.0",
"postcss-easy-import": "^4.0.0",
"postcss-extend-rule": "^4.0.0",
"postcss-nested": "^5.0.6",
"postcss-scss": "^4.0.4",
"postcss-sort-media-queries": "^4.2.1",
"prettier": "^2.7.1",
"reset-css": "^5.0.1",
"ts-node": "^10.8.2",
"typescript": "~4.7.4",
"vite": "^3.0.9",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^1.0.11"
}
}