-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
46
47
{
"name": "scarex-portfolio",
"author": {
"name": "Scarex",
"email": "info@blackdayz.de"
},
"license": "GPL-3.0-or-later",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint && stylelint **/*.{css,scss,vue}"
},
"dependencies": {
"emailjs-com": "^3.2.0",
"execa": "^8.0.1",
"sass": "^1.69.4",
"stylelint-scss": "^5.2.1",
"vue": "^3.3.7",
"vue-router": "^4.0.3",
"vue3-ytframe": "^0.4.0",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.0",
"lint-staged": "^15.0.2",
"node-sass": "^9.0.0",
"postcss-html": "^1.5.0",
"prettier": "^3.0.3",
"sass-loader": "^13.3.2",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-config-standard-vue": "^1.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}