-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.08 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
{
"name": "twakechat",
"version": "0.1.0",
"engines": {
"node": "~16 || ~20"
},
"scripts": {
"analyze": "COZY_SCRIPTS_ANALYZER=true yarn build",
"lint": "yarn lint:js && yarn lint:styles",
"lint:js": "cs lint '{src,test}/**/*.{js,jsx,ts,tsx}'",
"lint:styles": "stylint src/styles --config ./.stylintrc",
"build": "cs build --barV7 false",
"watch": "cs watch --barV7 false",
"test": "env NODE_ENV=test cs test --verbose --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/ogma.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/ogma/issues"
},
"homepage": "https://github.com/cozy/ogma#README",
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.22.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.1.0",
"cozy-scripts": "^8.2.0",
"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",
"prop-types": "15.8.1",
"react-hot-loader": "4.13.0",
"react-test-renderer": "18.2.0",
"terser-webpack-plugin": "1.4.4",
"typescript": "4.9.5"
},
"dependencies": {
"classnames": "2.5.1",
"cozy-bar": "^16.1.0",
"cozy-client": "^51.4.0",
"cozy-device-helper": "^3.7.1",
"cozy-flags": "^4.6.1",
"cozy-intent": "^2.29.1",
"cozy-logger": "^1.16.1",
"cozy-minilog": "^3.9.1",
"cozy-ui": "^113.8.0",
"lodash": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-inspector": "6.0.2",
"react-router-dom": "6.23.1"
}
}