-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
131 lines (131 loc) · 4.05 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
{
"name": "cozy-drive",
"version": "1.77.0",
"main": "src/main.jsx",
"scripts": {
"build": "cozy-scripts build --barV7 false --cozyClientJs",
"watch": "cozy-scripts watch --barV7 false --cozyClientJs",
"start": "cozy-scripts start --barV7 false --cozyClientJs",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost",
"tx": "tx pull --all || true",
"lint": "npm-run-all --parallel 'lint:*'",
"lint:styles": "stylint src --config ./node_modules/cozy-scripts/config/.stylintrc",
"lint:js": "eslint '{src,test}/**/*.{js,jsx,ts,tsx}'",
"test": "env NODE_ENV='test' jest",
"version": "yarn version:manifest",
"version:manifest": "replace '\\d+\\.\\d+\\.\\d+' $npm_package_version ./manifest.webapp",
"service": "yarn cozy-konnector-dev -m ./manifest.webapp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-drive.git"
},
"author": "Cozy Cloud <[email protected]> (https://cozy.io/)",
"contributors": [
"CPatchane",
"enguerran",
"GoOz",
"goldoraf",
"gregorylegarec",
"kossi",
"m4dz",
"nono",
"ptbrowne",
"y_lohse",
"trollepierre"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-drive/issues"
},
"homepage": "https://github.com/cozy/cozy-drive#readme",
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "8.0.1",
"@types/react-redux": "7.1.26",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@welldone-software/why-did-you-render": "6.1.4",
"babel-jest": "29.7.0",
"babel-preset-cozy-app": "2.1.0",
"bundlemon": "3.1.0",
"cozy-jobs-cli": "^2.4.3",
"cozy-tsconfig": "1.2.0",
"css-mediaquery": "0.1.2",
"eslint": "8.56.0",
"eslint-config-cozy-app": "6.1.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "0.14.3",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all2": "5.0.0",
"prettier": "2.8.8",
"react-test-renderer": "16.14.0",
"replace": "1.2.1",
"stylint": "1.5.9",
"terser-webpack-plugin": "1.4.5",
"typescript": "4.9.5",
"worker-loader": "2.0.0"
},
"dependencies": {
"@egjs/hammerjs": "2.0.17",
"@sentry/react": "7.119.0",
"classnames": "2.3.1",
"cozy-bar": "^16.0.1",
"cozy-ci": "0.5.2",
"cozy-client": "^51.6.1",
"cozy-client-js": "0.20.0",
"cozy-dataproxy-lib": "^2.3.0",
"cozy-device-helper": "^3.7.1",
"cozy-devtools": "^1.2.1",
"cozy-doctypes": "1.85.4",
"cozy-flags": "^4.6.1",
"cozy-harvest-lib": "^32.1.0",
"cozy-intent": "^2.29.1",
"cozy-keys-lib": "6.0.0",
"cozy-logger": "1.9.1",
"cozy-minilog": "3.3.1",
"cozy-realtime": "4.6.0",
"cozy-scripts": "^8.4.0",
"cozy-sharing": "^18.0.0",
"cozy-stack-client": "^51.6.0",
"cozy-ui": "^115.0.2",
"cozy-viewer": "^11.3.1",
"date-fns": "2.30.0",
"diacritics": "1.3.0",
"filesize": "10.1.6",
"leaflet": "1.9.4",
"localforage": "1.10.0",
"lodash": "4.17.21",
"mime-types": "2.1.35",
"node-fetch": "2.6.7",
"node-polyglot": "2.4.2",
"prop-types": "15.8.1",
"propagating-hammerjs": "2.0.1",
"react": "16.14.0",
"react-autosuggest": "10.1.0",
"react-dom": "16.14.0",
"react-dropzone": "5.1.1",
"react-hot-loader": "4.13.1",
"react-inspector": "5.1.1",
"react-measure": "2.5.0",
"react-pdf": "^5.7.2",
"react-redux": "7.2.0",
"react-remove-scroll": "2.4.4",
"react-router-dom": "6.14.2",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.2",
"whatwg-fetch": "3.0.0"
}
}