-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.57 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.57 KB
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
{
"name": "makemake",
"version": "0.0.1",
"author": "Sascha Künstler <contact.schascha@gmail.com> (https://www.schaschaweb.de)",
"license": "MIT",
"funding": "https://www.paypal.me/LosZahlos",
"homepage": "https://schascha.github.io/makemake/",
"repository": {
"type": "git",
"url": "https://github.com/Schascha/makemake"
},
"bugs": {
"url": "https://github.com/Schascha/makemake/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 && stylelint \"./src/**/*.scss\""
},
"dependencies": {
"core-js": "^3.36.0",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-i18n": "^8.28.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@intlify/vue-i18n-loader": "^4.0.0",
"@schascha/eslint-config": "^0.2.1",
"@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-service": "^5.0.8",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.17.0",
"i18next-parser": "^6.5.0",
"postcss": "^8.4.31",
"sass": "^1.71.1",
"sass-loader": "^13.3.2",
"stylelint": "^15.11.0",
"vue-cli-plugin-i18n": "^2.3.1",
"vue-js-toggle-button": "^1.3.3",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14"
}
}