-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.1 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
{
"name": "cityrock-verwaltung-web",
"description": "Frontend for the Cityrock Management Platform",
"version": "1.0.0",
"author": "Moritz Rinckens <moritz@art-to.be>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot --port 8777",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@casl/ability": "^2.5.1",
"@casl/vue": "^0.5.0",
"axios": "^0.18.0",
"dayspan-vuetify": "^0.4.0",
"fullcalendar": "^3.9.0",
"jwt-decode": "^2.2.0",
"material-design-icons-iconfont": "^4.0.3",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"swagger-axios-codegen": "^0.4.2",
"swagger-vue": "^1.0.3",
"vue": "^2.5.3",
"vue-axios": "^2.1.4",
"vue-full-calendar": "^2.7.0",
"vue-router": "^3.0.2",
"vuetify": "^1.0.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.6.1",
"babel-core": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0",
"eslint-plugin-vue-libs": "^3.0.0",
"file-loader": "^1.1.4",
"moment": "^2.23.0",
"node-sass": "^4.5.3",
"pug-lint": "^2.5.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^1.1.2",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.5.3",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
}
}