-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "vue-project",
"version": "0.0.0",
"scripts": {
"dev": "vite --mode development",
"build:test": "vite build --mode test",
"build": "vite build --mode production",
"preview": "vite preview --port 5050",
"deploy": "bash deploy.sh",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^0.25.0",
"lib-flexible": "^0.3.2",
"minireset.css": "0.0.7",
"pinia": "^2.0.9",
"qs": "^6.10.3",
"vant": "^3.4.3",
"vue": "^3.2.27",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"postcss-pxtorem": "^6.0.0",
"sass": "^1.49.0",
"vite": "^2.7.13",
"vite-plugin-style-import": "^1.4.1"
}
}