-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
{
"name": "nmcsharing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"build": "webpack --node-env production --progress",
"build:dev": "webpack --node-env development --progress",
"build:watch": "webpack --node-env development --progress --watch",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextmcloud/nmcsharing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nextmcloud/nmcsharing/issues"
},
"homepage": "https://github.com/nextmcloud/nmcsharing#readme",
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^5.0.0-beta.4",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.0.0-beta.22",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^8.0.0-beta.5",
"focus-trap": "^7.5.2",
"p-queue": "^7.4.1",
"pinia": "^2.1.6",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.2.0"
},
"devDependencies": {
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@vue/tsconfig": "^0.4.0",
"css-loader": "^6.8.1",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.1",
"throttle-debounce": "^5.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"vue-loader": "^15.9.8",
"webpack": "^5.79.0",
"webpack-cli": "^5.1.4"
}
}