-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.12 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.12 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
{
"name": "cozy-web-data-proxy",
"private": true,
"version": "1.6.0",
"scripts": {
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost",
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"watch": "rsbuild build --watch",
"preview": "rsbuild preview",
"lint": "eslint -c eslint.config.js .",
"test": "jest"
},
"dependencies": {
"comlink": "^4.4.1",
"cozy-app-publish": "^0.34.0",
"cozy-client": "^60.15.2",
"cozy-dataproxy-lib": "^4.13.3",
"cozy-device-helper": "^3.7.1",
"cozy-flags": "^4.0.0",
"cozy-intent": "^2.29.2",
"cozy-logger": "^1.10.4",
"cozy-minilog": "^3.3.1",
"cozy-pouch-link": "^60.17.2",
"cozy-realtime": "^5.8.0",
"cozy-tsconfig": "^1.2.0",
"flexsearch": "^0.7.43",
"lodash": "^4.17.21",
"pouchdb": "^9.0.0",
"pouchdb-adapter-indexeddb": "^9.0.0",
"pouchdb-browser": "^9.0.0",
"pouchdb-find": "^9.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/plugin-node-polyfill": "^1.0.4",
"@rsbuild/plugin-react": "^1.0.1",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.13",
"@types/pouchdb-browser": "^6.1.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/sharedworker": "^0.0.126",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-fetch": "^4.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"git-directory-deploy": "^1.5.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.2.5",
"rsbuild-plugin-ejs": "^1.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"typescript-eslint": "7.7.0"
}
}