-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.65 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
71
72
73
74
75
76
77
78
{
"name": "cozy-papillon-app",
"version": "1.3.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",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost --space beta_tests",
"version": "yarn version:manifest",
"version:manifest": "replace '\\d+\\.\\d+\\.\\d+' $npm_package_version ./manifest.webapp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-papillon.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-papillon/issues"
},
"homepage": "https://github.com/cozy/cozy-papillon#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",
"bundlemon": "3.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": {
"chart.js": "3.7.1",
"classnames": "2.3.2",
"cozy-bar": "^12.2.4",
"cozy-client": "^50.4.0",
"cozy-device-helper": "^3.0.0",
"cozy-flags": "^3.2.2",
"cozy-intent": "^2.27.0",
"cozy-logger": "^1.14.0",
"cozy-minilog": "^3.7.0",
"cozy-ui": "^113.0.0",
"date-fns": "2.29.3",
"lodash": "4.17.21",
"react": "18.3.1",
"react-chartjs-2": "4.1.0",
"react-dom": "18.3.1",
"react-inspector": "5.1.1",
"react-router-dom": "6.23.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}