-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.8 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
{
"name": "helpershifts",
"homepage": "https://github.com/yoadey/helpershifts",
"license": "agpl",
"private": true,
"scripts": {
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint 'src/**/*.vue' 'css/**/*.scss'",
"stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.scss' --fix"
},
"dependencies": {
"@nextcloud/axios": "^1.10.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.1",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.1.0",
"@nextcloud/vue-dashboard": "^2.0.1",
"babel": "^6.23.0",
"babel-loader": "^8.2.5",
"diff": "^5.1.0",
"easymde": "^2.16.1",
"ical.js": "^1.5.0",
"linkifyjs": "^3.0.5",
"markdown-it": "^13.0.1",
"markdown-it-task-checkbox": "^1.0.6",
"node-polyfill-webpack-plugin": "^2.0.0",
"resolve-cwd": "^3.0.0",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"uuid": "^8.3.2",
"vue-fragment": "1.5.1",
"vue-material-design-icons": "^5.1.1",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.9",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.2.1",
"vue": "^2.7.8",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.8",
"webpack-cli": "^4.10.0"
}
}