-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.33 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.33 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
119
120
121
122
123
124
125
126
{
"name": "cozy-contacts",
"version": "1.16.0",
"engine": {
"node": "~20"
},
"scripts": {
"lint": "yarn lint:js && yarn lint:styles",
"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 --build-dir 'build/' --prepublish downcloud --postpublish mattermost",
"test": "env NODE_ENV='test' jest",
"stack:docker:dev": "docker run --rm -it -p 8080:8080 -p 5984:5984 -e COZY_DISABLE_CSP=1 -v \"$(pwd)/build\":/data/cozy-app/app cozy/cozy-app-dev",
"stack:docker:prod": "docker run --rm -it -p 8080:8080 -p 5984:5984 -v \"$(pwd)/build\":/data/cozy-app/app cozy/cozy-app-dev",
"fixtures": "ACH import fixtures/contacts.json",
"fixtures:drop": "ACH drop io.cozy.contacts io.cozy.contacts.groups",
"fixtures:massive": "ACH import fixtures/massiveContacts.json",
"services:autoDefineLabels": "cozy-konnector-dev -m manifest.webapp build/services/autoDefineLabels.js",
"services:keepIndexFullNameAndDisplayNameUpToDate": "cozy-konnector-dev -m manifest.webapp build/services/keepIndexFullNameAndDisplayNameUpToDate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-contacts.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-contacts/issues"
},
"homepage": "https://github.com/cozy/cozy-contacts#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/polyfill": "7.12.1",
"@cozy/codemods": "^1.33.1",
"@rsbuild/core": "^1.5.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-preset-cozy-app": "^2.1.0",
"browser-resolve": "^2.0.0",
"bundlemon": "3.1.0",
"cozy-app-publish": "^0.41.0",
"cozy-jobs-cli": "^2.3.2",
"eslint": "^8.35.0",
"eslint-config-cozy-app": "^6.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"git-directory-deploy": "1.5.1",
"identity-obj-proxy": "3.0.0",
"jest": "29.4.2",
"jest-environment-jsdom": "29.4.2",
"jscodeshift": "^17.3.0",
"mockdate": "3.0.5",
"node-polyglot": "2.5.0",
"prettier": "^2.8.4",
"pretty-quick": "3.1.2",
"prop-types": "15.8.1",
"react-dom": "18.2.0",
"react-hot-loader": "4.13.0",
"react-test-renderer": "18.2.0",
"replace": "1.2.1",
"rsbuild-config-cozy-app": "^0.7.1",
"stylint": "2.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@sentry/integrations": "7.88.0",
"@sentry/react": "7.88.0",
"classnames": "2.3.1",
"cozy-bar": "^29.3.0",
"cozy-client": "^60.21.1",
"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-intent": "^2.30.0",
"cozy-interapp": "^0.16.0",
"cozy-keys-lib": "^6.3.0",
"cozy-logger": "^1.17.0",
"cozy-minilog": "^3.10.0",
"cozy-pouch-link": "^54.0.0",
"cozy-realtime": "^5.0.0",
"cozy-search": "^0.16.2",
"cozy-sharing": "^28.3.3",
"cozy-stack-client": "^60.1.0",
"cozy-tsconfig": "^1.8.1",
"cozy-ui": "^136.0.0",
"cozy-ui-plus": "^4.5.1",
"cozy-vcard": "^0.2.18",
"final-form": "4.20.9",
"final-form-arrays": "3.1.0",
"fuse.js": "6.4.6",
"lodash": "4.17.21",
"node-fetch": "2.6.7",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-final-form": "6.5.9",
"react-final-form-arrays": "3.1.4",
"react-inspector": "5.1.1",
"react-redux": "7.2.6",
"react-router-dom": "6.14.2",
"redux": "4.1.2",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.1",
"remove-accents": "0.4.2",
"twake-i18n": "^0.3.1",
"yarn-run-all": "3.1.1"
},
"resolutions": {
"scheduler": "0.18.0"
},
"packageManager": "yarn@4.9.4"
}