-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.31 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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "mmc-v3",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port=8881",
"build": "vue-cli-service build",
"preview": "vue-cli-service serve --mode=production --port=8881",
"lint": "vue-cli-service lint",
"lint-fix": "vue-cli-service lint --fix",
"cz": "git add . && git cz",
"cy:open": "cypress open",
"test": "vitest",
"test-debug": "env DEBUG=app:* vitest",
"release": "standard-version --no-verify"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./commitizen.js"
}
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@tiptap/pm": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/vue-3": "^2.3.0",
"@types/transliteration": "^1.6.6",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.26",
"color-blend": "^4.0.0",
"core-js": "^3.8.3",
"debug": "^4.3.7",
"dexie": "^3.2.6",
"html2canvas": "^1.4.1",
"konva": "^8.4.2",
"list": "^2.0.19",
"lodash": "^4.17.21",
"register-service-worker": "^1.7.2",
"sass": "^1.35.2",
"sass-loader": "10.1.1",
"svg64": "^2.0.0",
"svgedit": "^7.3.0",
"transliteration": "^2.3.5",
"vue": "^3.2.13",
"vue-i18n": "^9.10.2",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.19",
"canvas": "^2.11.2",
"cypress": "^13.9.0",
"cz-customizable": "^7.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"jsdom": "^24.1.1",
"postcss": "^8.4.38",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.3",
"typescript": "<=5.2.0",
"vitest": "^2.0.5"
}
}