-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.38 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.38 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
{
"name": "twakechat",
"version": "1.7.0",
"scripts": {
"build": "rsbuild build",
"watch": "rsbuild build --watch --mode development",
"start": "rsbuild dev",
"analyze": "RSDOCTOR=true yarn build",
"lint": "yarn lint:js && yarn lint:styles",
"lint:js": "eslint '{src,test}/**/*.{js,jsx,ts,tsx}'",
"lint:styles": "stylint src/styles --config ./.stylintrc",
"test": "jest",
"test:watch": "jest --watch",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-twakechat.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-twakechat/issues"
},
"homepage": "https://github.com/cozy/cozy-twakechat#README",
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.22.15",
"@rsbuild/core": "^1.5.15",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"babel-preset-cozy-app": "^2.8.3",
"cozy-app-publish": "^0.42.1",
"cozy-tsconfig": "^1.8.1",
"eslint": "8.48.0",
"eslint-config-cozy-app": "6.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "^3.0.2",
"rsbuild-config-cozy-app": "^0.7.1",
"stylint": "1.5.9",
"stylus-config-cozy-app": "^0.1.0",
"typescript": "4.9.5"
},
"dependencies": {
"comlink": "^4.4.2",
"cozy-bar": "^33.3.0",
"cozy-client": "^60.23.1",
"cozy-dataproxy-lib": "^4.13.1",
"cozy-device-helper": "^4.0.2",
"cozy-external-bridge-container": "^1.1.0",
"cozy-flags": "^4.8.2",
"cozy-intent": "^2.30.2",
"cozy-logger": "^1.17.0",
"cozy-minilog": "^3.10.0",
"cozy-pouch-link": "^60.21.2",
"cozy-realtime": "^5.8.2",
"cozy-search": "^0.26.0",
"cozy-ui": "^138.6.0",
"cozy-ui-plus": "^6.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.30.3",
"twake-i18n": "^0.3.1"
}
}