-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.77 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.77 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
{
"name": "erste-ops",
"description": "Operations for erste",
"version": "1.0.0",
"private": true,
"engines": {
"node": "14.x",
"yarn": "1.x"
},
"scripts": {
"lint": "eslint '**/*.js'",
"precommit": "lint-staged",
"dev": "cross-env NODE_ENV=development webpack --watch",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"heroku-postbuild": "yarn build"
},
"lint-staged": {
"*.js": [
"eslint lint --fix",
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prescrypto/ErsteOps.git"
},
"author": "Prescrypto",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Prescrypto/ErsteOps/issues"
},
"dependencies": {
"@riophae/vue-treeselect": "^0.0.29",
"axios": "^0.17.1",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-date-fns": "^0.1.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"date-fns": "^1.29.0",
"file-loader": "^1.1.4",
"js-cookie": "^2.2.0",
"lodash": "^4.17.4",
"luxon": "^1.25.0",
"node-sass": "^4.5.3",
"path-browserify": "^0.0.1",
"postcss-loader": "^2.0.9",
"reconnecting-websocket": "^3.2.2",
"style-loader": "^0.19.1",
"v-tooltip": "^2.0.3",
"vee-validate": "^2.0.3",
"vue": "^2.5.11",
"vue-avatar": "^2.3.3",
"vue-clipboard2": "^0.0.8",
"vue-datetime": "^1.0.0-beta.14",
"vue-js-modal": "^1.3.35",
"vue-loader": "^13.0.5",
"vue-notification": "^1.3.20",
"vue-signature-pad": "2.0.0",
"vue-spinner": "^1.0.4",
"vue-template-compiler": "^2.6.12",
"vue2-google-maps": "^0.10.7",
"vuex": "^3.5.1",
"webpack-bundle-tracker": "^0.2.0",
"weekstart": "^1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-vue": "^4.0.0-beta.2",
"eslint_d": "^5.3.0",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"prettier": "^1.19.1",
"sass": "^1.29.0",
"sass-loader": "^6.0.7",
"vue-cli": "^2.9.2",
"webpack": "^3.12.0"
},
"homepage": "https://github.com/Prescrypto/ErsteOps#readme"
}