-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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": "mall-vue",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.0",
"axios": "^0.27.2",
"core-js": "^3.8.3",
"driver.js": "^0.9.8",
"element-plus": "^2.3.5",
"jsencrypt": "^3.3.2",
"pinia": "^2.0.21",
"pinia-plugin-persist": "^1.0.0",
"screenfull": "^5.1.0",
"vue": "^3.2.13",
"vue-axios": "^3.4.1",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-vue": "^4.1.0",
"eslint": "^8.40.0",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.2",
"vue-tsc": "^1.4.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"repository": "https://github.com/zhouboyi1998/mall-vue",
"author": "https://github.com/zhouboyi1998",
"license": "MIT"
}