forked from SergeyMosin/Appointments
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "appointments",
"version": "0.0.1",
"license": "agpl",
"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",
"datepicker-css": "sass --style=compressed --no-source-map scss/datepicker/index.scss css/datepicker.css"
},
"dependencies": {
"@nextcloud/axios": "^1.5.0",
"@nextcloud/l10n": "^1.4.1",
"@nextcloud/logger": "^1.1.2",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^1.5.0",
"npm": "^7.3.0",
"vue": "^2.6.12",
"vue-slider-component": "v3.1.0",
"vue2-datepicker": "^3.8.2"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@vue/test-utils": "^1.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.5.1",
"babel-loader": "^8.2.2",
"browserslist-config-nextcloud": "0.1.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"file-loader": "^5.0.2",
"node-sass": "^4.14.1",
"regenerator-runtime": "^0.13.7",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^4.2.3",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
}
}