-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.73 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.73 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
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
{
"name": "cozy-home",
"version": "1.91.0",
"main": "src/index.jsx",
"scripts": {
"tx": "tx pull --all || true",
"posttx": "./scripts/check-locales.sh",
"lint": "yarn lint:js && yarn lint:styles && yarn typecheck",
"lint:js": "eslint '{src,test}/**/*.{js,jsx}'",
"lint:styles": "stylint src/styles --config ./.stylintrc",
"build": "rsbuild build",
"watch": "rsbuild build --watch --mode development",
"start": "rsbuild dev",
"analyze": "RSDOCTOR=true yarn build",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-origin}",
"test": "jest",
"typecheck": "yarn tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-home.git"
},
"author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",
"contributors": [
"CPatchane"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-home/issues"
},
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@sentry/react": "7.119.0",
"cozy": "^0.5.0",
"cozy-bar": "^29.3.0",
"cozy-client": "^60.21.0",
"cozy-dataproxy-lib": "^4.11.0",
"cozy-device-helper": "^3.8.0",
"cozy-devtools": "^1.3.0",
"cozy-doctypes": "^1.97.2",
"cozy-flags": "^4.7.0",
"cozy-harvest-lib": "^36.0.4",
"cozy-intent": "^2.30.0",
"cozy-interapp": "^0.16.0",
"cozy-keys-lib": "^7.1.0",
"cozy-logger": "^1.17.0",
"cozy-minilog": "^3.10.0",
"cozy-pouch-link": "^60.14.0",
"cozy-realtime": "^5.6.4",
"cozy-search": "^0.16.0",
"cozy-sharing": "^28.0.2",
"cozy-stack-client": "^60.6.0",
"cozy-tsconfig": "^1.8.1",
"cozy-ui": "^135.6.0",
"cozy-ui-plus": "^4.0.0",
"cozy-viewer": "^26.2.0",
"date-fns": "2.30.0",
"es-abstract": "1.20.2",
"form-data": "2.5.1",
"leaflet": "1.7.1",
"localforage": "^1.10.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-inspector": "5.1.1",
"react-redux": "7.2.6",
"react-remove-scroll": "^2.5.5",
"react-router-dom": "6.28.0",
"react-swipeable-views": "0.14.0",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "2.3.0",
"reselect": "^4.1.8",
"rooks": "7.14.1",
"terser-webpack-plugin": "1.4.4",
"twake-i18n": "^0.3.0"
},
"devDependencies": {
"@rsbuild/core": "^1.5.15",
"@swc-contrib/mut-cjs-exports": "^14.7.0",
"@swc/core": "^1.15.18",
"@swc/jest": "^0.2.39",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "14.3.1",
"@types/classnames": "2.2.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@welldone-software/why-did-you-render": "8.0.3",
"babel-preset-cozy-app": "2.0.2",
"bundlemon": "3.1.0",
"cozy-app-publish": "^0.41.0",
"eslint": "8.9.0",
"eslint-config-cozy-app": "4.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-alias": "^1.2.0",
"git-directory-deploy": "1.5.1",
"identity-obj-proxy": "^3.0.0",
"ignore-not-found-export-webpack-plugin": "1.0.2",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"jest-fetch-mock": "3.0.3",
"lint-staged": "8.2.1",
"mockdate": "3.0.5",
"npm-run-all": "4.1.5",
"react-hot-loader": "^4.13.0",
"remark-preset-lint-recommended": "5.0.0",
"rsbuild-config-cozy-app": "^0.7.1",
"stylint": "2.0.0",
"stylus": "0.55.0",
"typescript": "4.9.5",
"url-search-params-polyfill": "8.1.1"
}
}