-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
120 lines (120 loc) · 3.99 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"//": [
"We use stylelint directly, not `vue-cli-service lint:style`, because the latter doesn't return proper error codes."
],
"name": "@ozma-io/ozma",
"type": "module",
"version": "0.0.8",
"description": "A business CRM/ERP database based on OzmaDB.",
"license": "Apache-2.0",
"scripts": {
"serve:lite": "vue-cli-service serve --mode development --skip-plugins @vue/cli-plugin-eslint,@ascendancyy/vue-cli-plugin-stylelint",
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build --no-module",
"lint": "vue-cli-service lint",
"lint:style": "stylelint src/",
"prepare": "husky",
"prettier": "prettier -w ./"
},
"lint-staged": {
"src/**/*.{js,ts,vue,html,scss}": "yarn exec prettier -w",
"*.scss": "yarn exec stylelint",
"src/**/*.{js,ts,vue}": "yarn exec vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@ozma-io/ozmadb-js": "^0.0.4",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/vue-editor": "^3.2.3",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.22.0",
"color2k": "^2.0.0",
"core-js": "^3.25.1",
"jwt-decode": "^4.0.0",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"monaco-editor": "^0.52.0",
"papaparse": "^5.3.2",
"portal-vue": "^2.1.7",
"psl": "^1.9.0",
"ramda": "^0.30.1",
"sanitize-html": "^2.7.2",
"uuid": "^10.0.0",
"v-click-outside": "^3.2.0",
"v-hotkey": "^0.9.0",
"vue": "^2.7.16",
"vue-barcode": "^1.3.0",
"vue-barcode-reader": "^1.0.3",
"vue-class-component": "^7.1.0",
"vue-dragscroll": "^4.0.4",
"vue-frag": "^1.4.3",
"vue-i18n": "^8.28.2",
"vue-infinite-loading": "^2.4.5",
"vue-js-modal": "^2.0.1",
"vue-popperjs": "^2.3.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue-textarea-autosize": "^1.1.1",
"vue-tsx-support": "^3.0.3",
"vue-unique-id": "^3.0.0",
"vue-wrapped-component": "^1.0.0",
"vuedraggable": "^2.23.2",
"vuex": "patch:vuex@npm%3A3.6.2#~/.yarn/patches/vuex-npm-3.6.2-82badaae22.patch",
"vuex-class": "^0.3.2",
"zod": "^3.19.1"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@intlify/vue-i18n-loader": "^1.1.0",
"@ozma-io/ozma-embedded": "^0.0.7",
"@types/bootstrap": "^4",
"@types/papaparse": "^5.3.5",
"@types/psl": "^1.1.3",
"@types/ramda": "^0.30.1",
"@types/react-color": "^3.0.1",
"@types/resize-observer-browser": "^0.1.7",
"@types/sanitize-html": "^2.6.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"babel-plugin-ramda": "^2.1.1",
"babel-preset-vue": "^2.0.2",
"create-file-webpack": "^1.0.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "^9.4.0",
"fast-async": "^7.0.6",
"husky": ">=6",
"lint-staged": ">=10",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.23",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"prosemirror-transform": "^1.10.0",
"sass": "^1.54.9",
"sass-loader": "^14.2.1",
"stylelint": "^16.7.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^5.5.3",
"vue-debounce-decorator": "^1.0.1",
"vue-eslint-parser": "^9.4.3",
"vue-template-babel-compiler": "^2.0.0",
"vue-template-compiler": "^2.7.10",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.6.1"
}
}