-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
89 lines (89 loc) · 2.92 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
{
"name": "cozy-settings",
"version": "1.46.1",
"main": "src/index.jsx",
"scripts": {
"tx": "tx pull --all || true",
"lint": "yarn lint:js",
"lint:js": "eslint '{src,test}/**/*.{js,jsx,ts,tsx}'",
"build": "yarn build:browser",
"build:browser": "cozy-scripts build --browser --barV7 false",
"build:mobile": "cozy-scripts build --mobile --barV7 false",
"watch": "yarn watch:browser",
"watch:browser": "cozy-scripts watch --browser --barV7 false",
"watch:mobile": "cozy-scripts watch --mobile --barV7 false",
"start": "cozy-scripts start --hot --barV7 false",
"deploy": "cs deploy",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud --postpublish mattermost",
"test": "cozy-scripts test",
"stack:docker": "docker run --rm -it -p 8080:8080 -v \"$(pwd)/build\":/data/cozy-app/app cozy/cozy-app-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-settings.git"
},
"author": "Cozy Cloud <[email protected]> (https://cozy.io/)",
"contributors": [
"CPatchane"
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-settings/issues"
},
"homepage": "https://github.com/cozy/cozy-settings#readme",
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.5.1",
"@types/react-input-mask": "3.0.2",
"@types/ua-parser-js": "0.7.37",
"babel-preset-cozy-app": "2.0.3",
"browser-resolve": "2.0.0",
"bundlemon": "3.1.0",
"cozy-app-publish": "0.34.0",
"cozy-scripts": "8.3.0",
"eslint-config-cozy-app": "5.1.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"npm-run-all": "4.1.5",
"react-hot-loader": "4.13.0",
"react-test-renderer": "18.2.0",
"typescript-plugin-css-modules": "3.4.0"
},
"dependencies": {
"@material-ui/lab": "4.0.0-alpha.61",
"@sentry/integrations": "7.101.1",
"@sentry/react": "7.101.1",
"classnames": "2.3.1",
"cozy-bar": "^15.0.0",
"cozy-client": "^48.25.0",
"cozy-device-helper": "^3.0.0",
"cozy-doctypes": "1.83.7",
"cozy-flags": "^3.2.2",
"cozy-harvest-lib": "^26.0.0",
"cozy-intent": "2.7.0",
"cozy-interapp": "0.7.7",
"cozy-keys-lib": "6.0.0",
"cozy-realtime": "4.6.0",
"cozy-sharing": "^15.0.0",
"cozy-stack-client": "^48.16.0",
"cozy-ui": "^111.12.0",
"piwik-react-router": "0.12.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-input-mask": "2.0.4",
"react-inspector": "5.1.1",
"react-markdown": "4.3.1",
"react-redux": "7.2.9",
"react-router-dom": "6.3.0",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.1",
"semver": "7.5.2",
"terser-webpack-plugin": "1.4.4",
"ua-parser-js": "0.7.33"
}
}