forked from georgehrke/admin_resource_booking_database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1000 Bytes
/
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
{
"name": "admin_resource_booking_database",
"version": "0.0.1",
"description": "Place this app in **nextcloud/apps/**",
"private": true,
"scripts": {
"dev": "webpack --config webpack.dev.js",
"watch": "webpack --progress --watch --config webpack.dev.js",
"build": "webpack --progress --hide-modules --config webpack.prod.js"
},
"author": "Georg Ehrke <[email protected]>",
"license": "AGPLv3+",
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"vue": "^2.5.16",
"vue-infinite-loading": "^2.3.1",
"vue-multiselect": "^2.1.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3"
}
}