forked from farnetani/GitScrum-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.19 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 5.19 KB
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
{
"name": "GitScrum-Frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve --https ",
"dev:e2e": "cross-env VUE_APP_TEST=e2e vue-cli-service test:e2e --mode=development",
"build": "vue-cli-service build --modern",
"build:ci": "yarn build --report",
"lint:eslint": "eslint --fix",
"lint:stylelint": "stylelint --fix",
"lint:markdownlint": "markdownlint",
"lint:prettier": "prettier --write --loglevel warn",
"lint:all:eslint": "yarn lint:eslint --ext .js,.vue .",
"lint:all:stylelint": "yarn lint:stylelint \"src/**/*.{vue,scss}\"",
"lint:all:markdownlint": "yarn lint:markdownlint \"docs/*.md\" \"*.md\"",
"lint:all:prettier": "yarn lint:prettier \"**/*.{js,json,css,scss,vue,html,md}\"",
"lint": "run-s lint:all:*",
"test:unit": "cross-env VUE_APP_TEST=unit vue-cli-service test:unit",
"test:unit:file": "yarn test:unit --bail --findRelatedTests",
"test:unit:watch": "yarn test:unit --watch --notify --notifyMode change",
"test:unit:ci": "yarn test:unit --coverage --ci",
"test:e2e": "cross-env VUE_APP_TEST=e2e vue-cli-service test:e2e --headless",
"test": "run-s test:unit test:e2e",
"test:ci": "run-s test:unit:ci test:e2e",
"new": "hygen new",
"docs": "vuepress dev"
},
"gitHooks": {
"pre-commit": "cross-env PRE_COMMIT=true lint-staged"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/pro-duotone-svg-icons": "^5.12.0",
"@fortawesome/pro-light-svg-icons": "^5.12.0",
"@fortawesome/pro-regular-svg-icons": "^5.12.0",
"@fortawesome/pro-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@fullcalendar/core": "^4.1.0",
"@fullcalendar/daygrid": "^4.1.0",
"@fullcalendar/vue": "^4.1.1",
"apexcharts": "^3.8.2",
"axios": "0.18.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.10.0",
"broadcast-channel": "^3.0.3",
"compression-webpack-plugin": "^3.1.0",
"hex-to-rgba": "^2.0.1",
"highcharts": "^7.2.0",
"highcharts-vue": "^1.3.5",
"jquery": "^3.4.1",
"jshint": "^2.10.2",
"lodash": "^4.17.11",
"mobile-device-detect": "^0.3.3",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"quick-local-ip": "^1.0.7",
"svg.js": "^2.7.1",
"tiptap": "^1.19.1",
"tiptap-extensions": "^1.29.0",
"v-offline": "^1.2.1",
"vue": "^2.6.11",
"vue-analytics": "^5.22.1",
"vue-apexcharts": "^1.3.5",
"vue-at": "2.x",
"vue-authenticate": "^1.4.1",
"vue-clipboard2": "^0.3.1",
"vue-cookies": "^1.6.1",
"vue-goodshare": "^1.4.0",
"vue-google-picker": "^1.0.0",
"vue-i18n": "^8.15.3",
"vue-infinite-scroll": "^2.0.2",
"vue-lazyload": "^1.3.3",
"vue-markdown-it": "^0.9.4",
"vue-meta": "1.6.0",
"vue-moment": "^4.0.0",
"vue-multiselect": "^2.1.6",
"vue-not-visible": "^1.0.9",
"vue-router": "3.0.6",
"vue-rx": "^6.2.0",
"vue-select": "^3.1.0",
"vue-shortkey": "^3.1.7",
"vue-sidebar-menu": "^4.5.3",
"vue-silentbox": "^0.1.9",
"vue-social-auth": "^1.4.3",
"vue-swatches": "^1.0.3",
"vue-web-storage": "^4.0.0",
"vue2-datepicker": "^2.11.1",
"vue2-dropzone": "^3.5.9",
"vue2-filters": "^0.10.0",
"vue2-timeago": "^1.1.3",
"vuedraggable": "^2.20.0",
"vuejs-clipper": "^1.1.5",
"vuex": "3.1.0",
"yarnrc": "^1.1.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.6.x",
"@vue/cli-plugin-e2e-cypress": "3.6.x",
"@vue/cli-plugin-eslint": "3.6.x",
"@vue/cli-plugin-unit-jest": "3.6.x",
"@vue/cli-service": "3.6.x",
"@vue/eslint-config-prettier": "4.0.x",
"@vue/eslint-config-standard": "4.0.x",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.x",
"cross-env": "5.2.x",
"eslint-plugin-vue": "vuejs/eslint-plugin-vue#edd5f14",
"express": "4.16.x",
"husky": "^3.0.0",
"hygen": "2.1.2",
"imagemin-lint-staged": "0.4.x",
"lint-staged": "8.1.x",
"markdownlint-cli": "0.15.x",
"node-sass": "^4.12.0",
"npm-run-all": "4.1.x",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"sass-loader": "7.1.x",
"stylelint": "10.0.x",
"stylelint-config-css-modules": "1.4.x",
"stylelint-config-prettier": "5.0.x",
"stylelint-config-recess-order": "2.0.x",
"stylelint-config-standard": "18.3.x",
"stylelint-scss": "3.6.x",
"vue-template-compiler": "^2.6.11",
"vuepress": "0.14.x"
},
"engines": {
"node": ">=8.9.0",
"yarn": ">=1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}