-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
82 lines (82 loc) Β· 2.88 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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "groupfolders",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"lint": "eslint --ext .js,.vue,.tsx,.ts src",
"lint:fix": "eslint --ext .js,.vue,.tsx,.ts src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
"cypress": "npm run cypress:e2e",
"cypress:e2e": "cypress run --e2e",
"cypress:gui": "cypress open",
"typescript:generate": "npx openapi-typescript ./openapi.json -t -o src/types/openapi/openapi.ts"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.25.9",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/cypress": "^1.0.0-beta.9",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@testing-library/cypress": "^10.0.2",
"@types/bootstrap": "^5.2.10",
"@types/jest": "^29.5.14",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.0",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"@vue/test-utils": "^1.3.6",
"@vue/tsconfig": "^0.5.1",
"@vue/vue2-jest": "^29.2.6",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"clean-webpack-plugin": "^4.0.0",
"cypress": "^13.15.1",
"cypress-split": "^1.24.5",
"cypress-visual-regression": "^5.2.2",
"cypress-wait-until": "^3.0.2",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-react": "^7.37.2",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"module-replace-webpack-plugin": "0.0.12",
"openapi-typescript": "^7.4.1",
"react-hot-loader": "4.13.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.9.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/password-confirmation": "^5.1.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.19.0",
"nextcloud-server": "^0.15.10",
"oc-react-components": "^0.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-move": "^3.0.5",
"react-select": "^5.8.1",
"vue": "^2.7.16",
"vue-material-design-icons": "^5.3.1",
"vue-template-compiler": "^2.7.16",
"webdav": "^5.7.1",
"whatwg-fetch": "^3.6.20"
},
"version": "19.0.0-dev.0"
}