-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.33 KB
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
{
"name": "docs",
"version": "1.1.0",
"scripts": {
"build": "rsbuild build",
"watch": "rsbuild build --watch --mode development",
"start": "rsbuild dev",
"analyze": "RSDOCTOR=true yarn build",
"lint": "yarn lint:js && yarn lint:styles",
"lint:js": "eslint '{src,test}/**/*.{js,jsx,ts,tsx}'",
"lint:styles": "stylint src/styles --config ./.stylintrc",
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --prepublish downcloud"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozy/cozy-lasuite-docs.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/cozy/cozy-lasuite-docs/issues"
},
"homepage": "https://github.com/cozy/cozy-lasuite-docs#README",
"devDependencies": {
"@babel/eslint-parser": "^7.22.11",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.22.15",
"@rsbuild/core": "^1.5.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-app-publish": "^0.41.0",
"cozy-tsconfig": "^1.8.1",
"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",
"rsbuild-config-cozy-app": "^0.6.0",
"stylint": "1.5.9",
"stylus-config-cozy-app": "^0.1.0",
"typescript": "4.9.5"
},
"dependencies": {
"comlink": "^4.4.2",
"cozy-bar": "^25.2.0",
"cozy-client": "^60.14.0",
"cozy-dataproxy-lib": "^4.11.0",
"cozy-device-helper": "^3.8.0",
"cozy-external-bridge": "^0.16.2",
"cozy-flags": "^4.8.0",
"cozy-intent": "^2.30.0",
"cozy-logger": "^1.17.0",
"cozy-pouch-link": "^60.14.0",
"cozy-realtime": "^5.8.0",
"cozy-search": "^0.11.1",
"cozy-ui": "^130.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.14.2"
}
}