forked from adempiere/adempiere-vue
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
161 lines (161 loc) · 4.38 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "adempiere-vue",
"version": "4.4.0",
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
"author": "Pan <[email protected]>",
"contributors": [
{
"name": "Yamel Senih",
"url": "https://github.com/YamelSenih/",
"email": "[email protected]"
},
{
"name": "Edwin Betancourt",
"url": "https://github.com/EdwinBetanc0urt/",
"email": "[email protected]"
},
{
"name": "Elsio Sanchez",
"url": "https://github.com/elsiosanchez",
"email": "[email protected]"
}
],
"scripts": {
"ci": "yarn install --frozen-lockfile",
"start": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"lint": "eslint --ext .js,.vue src tests",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "yarn lint && yarn test:unit"
},
"dependencies": {
"@fullcalendar/core": "6.1.10",
"@fullcalendar/daygrid": "6.1.10",
"@fullcalendar/interaction": "6.1.10",
"@fullcalendar/list": "6.1.10",
"@fullcalendar/timegrid": "6.1.10",
"@fullcalendar/vue": "6.1.10",
"@kangc/v-md-editor": "1.7.12",
"@toast-ui/editor-plugin-chart": "^3.0.1",
"@toast-ui/vue-editor": "3.2.3",
"@vue/composition-api": "1.7.2",
"axios": "1.6.7",
"babel-plugin-require-context-hook": "^1.0.0",
"clipboard": "2.0.11",
"codemirror": "5.65.2",
"core-js": "3.31.0",
"driver.js": "0.9.8",
"dropzone": "5.9.3",
"echarts": "5.4.3",
"element-ui": "2.15.14",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
"idle-vue": "^2.0.5",
"js-cookie": "2.2.1",
"jsonlint": "1.6.3",
"jszip": "3.10.1",
"moment": "2.29.4",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "6.2.1",
"pinyin": "2.11.2",
"screenfull": "5.2.0",
"script-loader": "0.7.2",
"simple-m-editor": "^0.4.6",
"sortablejs": "1.15.1",
"tui-editor": "1.4.10",
"v-markdown": "^1.0.2",
"v-markdown-editor": "^1.2.6",
"vue": "2.6.14",
"vue-count-to": "1.0.13",
"vue-i18n": "8.27.1",
"vue-multipane": "^0.9.5",
"vue-resize": "1.0.1",
"vue-router": "3.5.3",
"vue-shortkey": "^3.1.7",
"vue-split-panel": "^1.0.4",
"vue-splitpane": "1.0.6",
"vue-workflow-chart": "^0.4.5",
"vue-xml-viewer": "0.1.4",
"vuedraggable": "2.24.3",
"vuex": "3.6.2",
"xlsx": "0.18.5"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/eslint-parser": "7.12.13",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-pwa": "4.5.13",
"@vue/cli-plugin-unit-jest": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/test-utils": "1.2.2",
"autoprefixer": "9.8.6",
"babel-jest": "26.6.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "4.1.0",
"chokidar": "3.5.3",
"connect": "3.7.0",
"eslint": "7.19.0",
"eslint-plugin-vue": "6.2.2",
"fs": "0.0.1-security",
"html-webpack-plugin": "5.5.4",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"mockjs": "1.1.0",
"plop": "2.7.4",
"sass": "1.32.9",
"sass-loader": "10.1.1",
"script-ext-html-webpack-plugin": "2.1.5",
"serve-static": "1.15.0",
"svg-sprite-loader": "5.2.1",
"svgo": "1.3.2",
"tasksfile": "5.1.1",
"vue-template-compiler": "2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/adempiere/adempiere-vue/issues"
},
"engines": {
"node": ">= 12",
"npm": "please-use-yarn",
"yarn": ">= 1.20.0"
},
"keywords": [
"adempiere",
"vue",
"admin",
"dashboard",
"element-ui",
"boilerplate",
"admin-template",
"management-system"
],
"license": "GPL-3.0-or-later",
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/adempiere/adempiere-vue.git"
}
}