forked from evryn/vue-modern-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 918 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
35
{
"name": "cv-pascal",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.39.0",
"vue": "^3.5.13",
"vuex": "^4.1.0",
"vuetify": "^3.7.5"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/cli-service-global": "^4.5.19",
"@babel/eslint-plugin": "^7.25.9",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuetify": "2.5.1",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"stylus": "^0.64.0",
"stylus-loader": "^8.1.1",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.97.1"
}
}