-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
70 lines (70 loc) · 2.21 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
69
70
{
"name": "appointments",
"version": "2.0.0",
"license": "agpl",
"private": true,
"scripts": {
"dev": "webpack --config webpack.dev.js",
"watch": "webpack --progress --watch --config webpack.dev.js",
"build": "webpack --progress --config webpack.prod.js",
"datepicker-css": "sass --style=compressed --no-source-map scss/datepicker/index.scss css/datepicker.css",
"convert-icons": "node nc25icons.js",
"profile": "webpack --config webpack.prod.js --profile --json > stats.json"
},
"dependencies": {
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^5.3.8",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.20.0",
"vue": "^2.7.16",
"vue-material-design-icons": "^5.3.1",
"vue-slider-component": "^3.2.24",
"vue2-datepicker": "^3.11.1",
"linkifyjs": "^4.1.3",
"pinia": "^2.2.6"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/eslint-parser": "^7.23.3",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^3.0.0",
"@vue/compiler-sfc": "^3.3.11",
"@vue/test-utils": "^1.2.0",
"assert": "^2.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.2.6",
"eslint": "^8.9.0",
"file-loader": "^6.2.0",
"process": "^0.11.10",
"regenerator-runtime": "^0.13.9",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"terser-webpack-plugin": "^5.3.9",
"util": "^0.12.5",
"uuid": "^9.0.0",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}