-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 2.02 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "stechus-kaktus",
"version": "0.1.0",
"author": "Sascha Künstler <[email protected]> (https://www.schaschaweb.de)",
"license": "MIT",
"funding": "https://www.paypal.me/LosZahlos",
"homepage": "https://schascha.github.io/stechus-kaktus/",
"repository": {
"type": "git",
"url": "https://github.com/Schascha/stechus-kaktus"
},
"bugs": {
"url": "https://github.com/Schascha/stechus-kaktus/issues"
},
"scripts": {
"build": "vue-cli-service build",
"i18n": "i18next \"./src/**/*.{js,vue}\" --config i18next-parser.config.js && vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"start": "vue-cli-service serve --open",
"test": "vue-cli-service lint && vue-cli-service test:unit && stylelint \"./src/**/*.scss\""
},
"dependencies": {
"core-js": "^3.36.1",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-i18n": "^8.27.1",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@intlify/vue-i18n-loader": "^4.0.0",
"@schascha/eslint-config": "^0.2.1",
"@schascha/sassy-mixins": "^0.0.6",
"@schascha/stylelint-config": "^0.1.1",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^27.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.20.0",
"i18next-parser": "^6.4.0",
"postcss": "^8.4.32",
"postcss-scss": "^4.0.9",
"sass": "^1.49.10",
"sass-loader": "^13.3.2",
"stylelint": "^15.10.3",
"vue-cli-plugin-i18n": "^2.3.1",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14"
}
}