-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
120 lines (120 loc) · 4.2 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
{
"name": "beep-ui",
"version": "4.0.21",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production vue-cli-service build",
"test:unit": "cross-env VUE_APP_TEST=unit vue-cli-service test:unit",
"test:e2e": "cross-env VUE_APP_TEST=e2e vue-cli-service test:e2e --headless",
"lint": "run-s lint:all:*",
"build:ci": "yarn build --report",
"build:staging": "cross-env NODE_ENV=production vue-cli-service build --mode staging",
"dev": "vue-cli-service serve",
"dev:e2e": "cross-env VUE_APP_TEST=e2e vue-cli-service test:e2e --mode=development",
"docker": "docker-compose exec dev yarn",
"docs": "vuepress dev",
"lint:all:eslint": "yarn lint:eslint --ext .js,.vue .",
"lint:all:markdownlint": "yarn lint:markdownlint \"docs/*.md\" \"*.md\"",
"lint:all:prettier": "yarn lint:prettier \"**/*.{js,json,css,scss,vue,html,md}\"",
"lint:all:stylelint": "yarn lint:stylelint \"src/**/*.{vue,scss}\"",
"lint:eslint": "eslint --fix",
"lint:markdownlint": "markdownlint",
"lint:prettier": "prettier --write --loglevel warn",
"lint:stylelint": "stylelint --fix",
"test": "run-s test:unit test:e2e",
"test:ci": "run-s test:unit:ci test:e2e",
"test:unit:ci": "yarn test:unit --coverage --ci",
"test:unit:file": "yarn test:unit --bail --findRelatedTests",
"test:unit:watch": "yarn test:unit --watch --notify --notifyMode change"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.21.4",
"axios-actions": "^4.0.2",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-annotation": "^2.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"core-js": "^3.9.1",
"element-ui": "^2.15.1",
"kind-of": ">=6.0.3",
"lodash": "^4.17.21",
"luxon": "^1.28.1",
"moment-timezone": "^0.5.35",
"nprogress": "^0.2.0",
"sortablejs": "^1.10.2",
"vue": "^2.7.14",
"vue-add-to-calendar": "^1.0.6",
"vue-chartjs": "^4.1.2",
"vue-country-region-select": "^2.0.14",
"vue-datetime": "^1.0.0-beta.13",
"vue-ellipse-progress": "^1.3.0",
"vue-google-autocomplete": "^1.1.1",
"vue-i18n": "^8.24.1",
"vue-loader": "^17.4.2",
"vue-meta": "^2.3.3",
"vue-mugen-scroll": "^0.2.6",
"vue-router": "^3.4.9",
"vue-treeselect": "^1.0.7",
"vue2-ios-pwa-prompt": "^1.0.0",
"vue2-transitions": "^0.3.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@juggle/resize-observer": "^3.4.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-e2e-cypress": "5.0.8",
"@vue/cli-plugin-eslint": "4.5.9",
"@vue/cli-plugin-unit-jest": "4.5.9",
"@vue/cli-service": "4.5.9",
"@vue/eslint-config-prettier": "6.0.x",
"@vue/eslint-config-standard": "5.1.x",
"@vue/test-utils": "1.0.0-beta.31",
"@web-types/vue": "^2.5.0-4",
"@web-types/vuetify": "^2.0.15-1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.x",
"babel-plugin-component": "^1.1.1",
"cross-env": "^7.0.3",
"eslint": "6.8.x",
"eslint-plugin-import": "2.20.x",
"eslint-plugin-node": "11.0.x",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-promise": "4.2.x",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "6.2.x",
"express": "^4.18.2",
"faker": "^4.1.0",
"imagemin-lint-staged": "^0.5.1",
"lint-staged": "10.0.x",
"markdownlint-cli": "^0.31.1",
"minify-css-string": "^1.0.0",
"nth-check": "^2.0.1",
"prettier": "^1.19.1",
"sass": "^1.32.8",
"sass-loader": "8.0.x",
"stylelint": "^13.13.1",
"stylelint-config-css-modules": "2.2.x",
"stylelint-config-prettier": "8.0.x",
"stylelint-config-recess-order": "2.0.x",
"stylelint-config-standard": "20.0.x",
"stylelint-scss": "3.14.x",
"vue-cli-plugin-element": "^1.0.1",
"vue-cli-plugin-vuetify": "^2.2.2",
"vue-template-compiler": "^2.7.14",
"vuepress": "1.3.x",
"vuetify": "^2.6.10",
"vuetify-loader": "^1.7.2",
"webpack": "^4.47.0"
},
"engines": {
"node": ">=10.13.3",
"yarn": ">=1.0.0"
},
"resolutions": {
"@vue/cli-plugin-unit-jest/jest": "25.1.x",
"@vue/cli-plugin-unit-jest/babel-jest": "25.1.x"
}
}