-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.43 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
{
"name": "integration_docuseal",
"version": "1.1.10",
"description": "DocuSeal integration for Nextcloud",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.config.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.config.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue --fix src",
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css"
},
"dependencies": {
"@docuseal/vue": "^1.0.52",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^7.0.0",
"@nextcloud/files": "^4.0.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^9.5.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/webpack-vue-config": "^7.0.2",
"babel-loader": "^10.1.1",
"css-loader": "^7.1.4",
"node-polyfill-webpack-plugin": "^4.0.0",
"sass": "^1.98.0",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"vue-loader": "^17.4.2",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}