-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
114 lines (114 loc) · 3.8 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
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
{
"name": "mespapiers",
"version": "3.13.0",
"engines": {
"node": "~16 || ~20"
},
"scripts": {
"analyze": "COZY_SCRIPTS_ANALYZER=true yarn build",
"build": "cs build --browser --barV7 false",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost --space mespapiers",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://[email protected]/cozy/mespapiers.git}",
"lint": "yarn lint:js && yarn lint:styles",
"lint:js": "cs lint '{src,test}/**/*.{js,jsx,ts,tsx}'",
"lint:styles": "stylint src/styles --config ./.stylintrc",
"prebuild": "yarn lint",
"service": "node build/services/expiration/mespapiers.js",
"stack:docker:dev": "cs stackDocker",
"stack:docker:prod": "cs stackDocker --prod",
"start": "cs start --browser --barV7 false",
"test": "cs test --verbose --coverage",
"triggers:launch": "node build/services/launchTriggers/mespapiers.js",
"typecheck": "yarn tsc",
"update:libs": "node ./scripts/update_libs.js",
"watch": "cs watch --browser --barV7 false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/mespapiers.git"
},
"author": "Cozy Cloud <[email protected]> (https://cozy.io/)",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/mespapiers/issues"
},
"homepage": "https://github.com/cozy/mespapiers#readme",
"resolutions": {
"uglify-js": "npm:terser"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/polyfill": "7.12.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/react-hooks": "8.0.1",
"@types/react-pdf": "^5.0.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"babel-preset-cozy-app": "2.0.2",
"bundlemon": "3.1.0",
"compare-versions": "5.0.1",
"cozy-scripts": "^8.3.0",
"cozy-tsconfig": "1.2.0",
"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",
"history": "5.3.0",
"mockdate": "3.0.5",
"prettier": "2.8.4",
"prop-types": "15.8.1",
"raw-loader": "3.1.0",
"react-hot-loader": "4.13.1",
"react-test-renderer": "18.2.0",
"redux-mock-store": "1.5.4",
"stylint": "2.0.0",
"typescript": "4.9.5"
},
"dependencies": {
"@date-io/date-fns": "1",
"@material-ui/pickers": "3.3.11",
"@sentry/integrations": "7.88.0",
"@sentry/react": "7.119.0",
"classnames": "2.5.1",
"cozy-bar": "^16.0.1",
"cozy-client": "^51.3.0",
"cozy-device-helper": "^3.0.0",
"cozy-devtools": "^1.2.1",
"cozy-doctypes": "^1.90.0",
"cozy-flags": "^3.2.2",
"cozy-harvest-lib": "^30.8.1",
"cozy-intent": "^2.26.1",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
"cozy-logger": "^1.10.4",
"cozy-minilog": "^3.3.1",
"cozy-notifications": "^0.15.0",
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^16.8.0",
"cozy-ui": "^113.8.0",
"cozy-viewer": "^7.0.0",
"date-fns": "2.23.0",
"flexsearch": "0.7.31",
"leaflet": "1.7.1",
"localforage": "1.10.0",
"lodash": "4.17.21",
"node-fetch": "2.6.1",
"pdf-lib": "1.17.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-input-mask": "3.0.0-alpha.2",
"react-inspector": "5.1.1",
"react-pdf": "^5.7.2",
"react-router-dom": "6.23.1",
"terser-webpack-plugin": "1.4.5"
}
}