forked from adempiere/adempiere-vue
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
147 lines (147 loc) · 3.85 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
{
"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 <panfree23@gmail.com>",
"contributors": [
{
"name": "Yamel Senih",
"url": "https://github.com/YamelSenih/"
},
{
"name": "Edwin Betancourt",
"url": "https://github.com/EdwinBetanc0urt/"
},
{
"name": "Elsio Sanchez",
"url": "https://github.com/elsiosanchez"
}
],
"scripts": {
"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",
"ci": "yarn install --frozen-lockfile",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "yarn lint && yarn test:unit"
},
"dependencies": {
"@toast-ui/vue-editor": "2.5.1",
"@vue/composition-api": "1.2.2",
"axios": "0.22.0",
"babel-plugin-require-context-hook": "^1.0.0",
"clipboard": "2.0.6",
"codemirror": "5.59.2",
"core-js": "3.8.3",
"driver.js": "0.9.8",
"dropzone": "5.7.3",
"echarts": "5.0.2",
"element-ui": "2.15.6",
"file-saver": "2.0.5",
"fuse.js": "6.4.6",
"idle-vue": "^2.0.5",
"js-cookie": "2.2.1",
"jsonlint": "1.6.3",
"jszip": "3.7.0",
"moment": "^2.29.1",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "6.2.0",
"pinyin": "2.9.1",
"screenfull": "5.1.0",
"script-loader": "0.7.2",
"sortablejs": "1.13.0",
"tui-editor": "1.4.10",
"v-markdown": "^1.0.2",
"vue": "2.6.14",
"vue-content-loading": "^1.6.0",
"vue-count-to": "1.0.13",
"vue-i18n": "8.26.1",
"vue-multipane": "^0.9.5",
"vue-resize": "1.0.0",
"vue-router": "3.5.2",
"vue-shortkey": "^3.1.7",
"vue-split-panel": "^1.0.4",
"vue-splitpane": "1.0.6",
"vue-workflow-chart": "^0.4.5",
"vuedraggable": "2.24.3",
"vuex": "3.6.2",
"xlsx": "0.17.2"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/eslint-parser": "7.12.13",
"@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.1",
"connect": "3.7.0",
"eslint": "7.19.0",
"eslint-plugin-vue": "6.2.2",
"fs": "0.0.1-security",
"html-webpack-plugin": "5.0.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"mockjs": "1.1.0",
"plop": "2.7.4",
"sass": "1.32.6",
"sass-loader": "10.1.1",
"script-ext-html-webpack-plugin": "2.1.5",
"serve-static": "1.14.1",
"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"
}
}