-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
60
61
62
63
64
65
66
67
{
"name": "kiwi2",
"version": "1.0.0",
"author": "City of Munich",
"license": "MIT",
"description": "KIWI ist eine Tool, welches der komfortablen und effizienten Eingabe von Zeichen aus dem Zeichenvorrat 'Lateinische Zeichen in Unicode' dient.",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service lint --fix && vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint --fix",
"create-feature": "bash ./scripts/createFeature.sh"
},
"dependencies": {
"17": "^0.0.0",
"@fontsource/roboto": "^5.0.12",
"graphemer": "^1.4.0",
"moment": "^2.30.1",
"vue": "^2.7.16",
"vue-class-component": "^7.2.6",
"vue-i18n": "^8.28.2",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue-toastification": "^1.7.14",
"vuetify": "^2.7.2",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@mdi/font": "^5.1.45",
"@types/node": "^17.x",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "^27.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"jest-fetch-mock": "^3.0.3",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"ts-jest": "^27.1.5",
"typescript": "~4.9.3",
"vue-cli-plugin-vuetify": "^2.5.8"
},
"engines": {
"node": ">=17"
},
"repository": {
"type": "git",
"url": "https://github.com/it-at-m/UnicodeEingabeKiwi2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}