-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.94 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
115
116
117
{
"name": "cozy-photos",
"version": "1.68.0",
"main": "src/main.jsx",
"scripts": {
"build": "cozy-scripts build --manifest src/photos/targets/manifest.webapp --build-dir build --src-dir src/photos --barV7 false --cozyClientJs",
"watch": "cozy-scripts watch --manifest src/photos/targets/manifest.webapp --build-dir build --src-dir src/photos --barV7 false --cozyClientJs",
"start": "cozy-scripts start --manifest src/photos/targets/manifest.webapp --build-dir build --src-dir src/photos --barV7 false --cozyClientJs",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-dir 'build/' --prepublish downcloud --postpublish mattermost",
"tx": "tx pull --all || true",
"lint": "npm-run-all --parallel 'lint:*'",
"lint:styles": "stylint src --config ./node_modules/cozy-scripts/config/.stylintrc",
"lint:js": "eslint '{src,test}/**/*.{js,jsx}'",
"test": "env NODE_ENV='test' jest",
"version": "yarn version:photos",
"version:photos": "replace '\\d+\\.\\d+\\.\\d+' $npm_package_version ./src/photos/targets/manifest.webapp",
"service": "yarn cozy-konnector-dev -m src/photos/targets/manifest.webapp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-photos.git"
},
"author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",
"contributors": [
"CPatchane",
"enguerran",
"GoOz",
"goldoraf",
"gregorylegarec",
"kossi",
"m4dz",
"nono",
"ptbrowne",
"y_lohse",
"trollepierre"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-photos/issues"
},
"homepage": "https://github.com/cozy/cozy-photos#readme",
"devDependencies": {
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "8.0.1",
"@types/react-redux": "7.1.26",
"@welldone-software/why-did-you-render": "^6.1.4",
"babel-jest": "29.7.0",
"babel-preset-cozy-app": "2.1.0",
"bundlemon": "3.1.0",
"chrome-remote-interface": "0.31.2",
"cozy-jobs-cli": "^2.1.0",
"cozy-tsconfig": "1.2.0",
"css-mediaquery": "^0.1.2",
"eslint-config-cozy-app": "4.0.0",
"husky": "0.14.3",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "4.1.5",
"react-addons-test-utils": "15.6.2",
"react-test-renderer": "16.14.0",
"replace": "1.2.1",
"stylint": "1.5.9",
"tar": "6.1.12",
"terser-webpack-plugin": "1.4.5",
"unzipper": "0.10.11",
"visualreview-client": "git+https://github.com/cozy/VisualReview-node-client.git#v0.0.4",
"worker-loader": "2.0.0"
},
"dependencies": {
"@cozy/minilog": "1.0.0",
"@sentry/react": "7.118.0",
"classnames": "2.3.1",
"cozy-authentication": "2.10.10",
"cozy-bar": "16.0.1",
"cozy-ci": "0.5.2",
"cozy-client": "51.3.0",
"cozy-client-js": "0.20.0",
"cozy-device-helper": "^2.5.0",
"cozy-devtools": "^1.2.1",
"cozy-doctypes": "1.85.4",
"cozy-flags": "4.6.1",
"cozy-harvest-lib": "^30.0.0",
"cozy-intent": "2.29.1",
"cozy-keys-lib": "6.0.0",
"cozy-logger": "1.9.1",
"cozy-pouch-link": "^44.0.0",
"cozy-realtime": "4.6.0",
"cozy-scanner": "^7.0.0",
"cozy-scripts": "^8.2.0",
"cozy-sharing": "^16.0.0",
"cozy-stack-client": "51.0.0",
"cozy-ui": "113.3.0",
"cozy-viewer": "2.9.0",
"date-fns": "1.30.1",
"justified-layout": "2.1.2",
"kd-tree-javascript": "1.0.3",
"localforage": "1.10.0",
"lodash": "4.17.21",
"log-prefix": "0.1.1",
"node-fetch": "2.6.7",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-hot-loader": "^4.13.1",
"react-inspector": "^5.1.1",
"react-measure": "2.5.2",
"react-redux": "7.2.0",
"react-router-dom": "6.14.2",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-raven-middleware": "1.2.0",
"redux-thunk": "2.4.2"
}
}