forked from owncloud/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
148 lines (148 loc) · 4.51 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"version": "4.9.0",
"private": true,
"homepage": "https://github.com/owncloud/web",
"license": "AGPL-3.0",
"author": "ownCloud",
"workspaces": [
"packages/web-app-draw-io",
"packages/web-app-external",
"packages/web-app-files",
"packages/web-app-markdown-editor",
"packages/web-app-media-viewer",
"packages/web-app-search",
"packages/web-client",
"packages/web-pkg",
"packages/web-runtime"
],
"scripts": {
"build": "rollup -c",
"build:w": "rollup -c -w",
"depcheck": "depcheck",
"lint": "eslint '{packages,tests}/**/*.{js,ts,vue}' --color",
"serve": "SERVER=true yarn build:w",
"test:integration": "jest --config ./tests/integration/config/jest.config.js",
"test:e2e:cucumber": "NODE_TLS_REJECT_UNAUTHORIZED=0 cucumber-js --profile=e2e -f json:tests/e2e/cucumber/reportGenerator/cucumber_report.json",
"test:unit": "jest --coverage --config ./tests/unit/config/jest.config.js"
},
"browserslist": [
"last 2 versions",
"> .2%",
"not dead",
"not Explorer > 0",
"not ExplorerMobile > 0",
"not BlackBerry > 0",
"not OperaMini all",
"not OperaMobile > 0"
],
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/eslint-parser": "^7.16.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.5",
"@babel/register": "^7.16.5",
"@cucumber/cucumber": "^7.3.1",
"@cucumber/messages": "^17.1.1",
"@cucumber/pretty-formatter": "^1.0.0-alpha.1",
"@noble/hashes": "^1.0.0",
"@playwright/test": "^1.17.2",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-html": "^0.2.0",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/dom": "^8.11.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
"@types/jest": "^27.4.0",
"@types/jest-axe": "^3.5.3",
"@types/lodash-es": "^4.17.5",
"@types/node": "^16.10.3",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.28.3",
"@vue/test-utils": "^1.2.2",
"autoprefixer": "^10.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.6",
"commander": "^8.3.0",
"core-js": "^3.19.1",
"cucumber-html-reporter": "^5.5.0",
"depcheck": "^1.4.3",
"ejs": "^3.1.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-vue": "^7.13.0",
"eslint-plugin-vuejs-accessibility": "^0.7.1",
"focus-trap": "^6.4.0",
"focus-trap-vue": "^1.1.1",
"git-repo-info": "^2.1.1",
"jest": "^27.4.7",
"jest-axe": "^5.0.1",
"jest-fetch-mock": "^3.0.3",
"jest-mock-axios": "^4.5.0",
"jest-serializer-vue": "^2.0.2",
"join-path": "^1.1.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"pino": "^7.6.3",
"pino-pretty": "^7.3.0",
"playwright": "^1.17.1",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"react": "^17.0.2",
"regenerator-runtime": "^0.13.7",
"requirejs": "^2.3.6",
"rollup": "^2.52.7",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy-watch": "^0.0.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-gzip": "^2.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-modify": "^3.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^1.4.0",
"rollup-plugin-visualizer": "^5.5.2",
"rollup-plugin-vue": "^5.1.4",
"sync-fetch": "^0.3.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"tslib": "^2.2.0",
"typescript": "^4.5.5",
"url-search-params-polyfill": "^8.0.0",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.12",
"vuex-mock-store": "0.0.8"
},
"engines": {
"node": ">=14 <=16"
},
"packageManager": "[email protected]",
"dependenciesMeta": {
"@playwright/test": {
"built": true
},
"playwright": {
"built": true
},
"vue-concurrency": {
"built": true
}
}
}