-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 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
33
34
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"lint": "eslint lint src"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.8",
"@vitejs/plugin-vue": "^4.2.3",
"core-js": "^3.30.2",
"element-plus": "^2.3.5",
"vite": "^4.5.3",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue2-smooth-scroll": "^1.6.0",
"vue3-smooth-scroll": "^0.8.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.41.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"sass-loader": "^13.3.1",
"vue-cli-plugin-element": "~1.0.1",
"vue-cli-plugin-element-plus": "~0.0.13",
"vue-template-compiler": "^2.7.14"
}
}