-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.68 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.68 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
75
76
{
"license": "MIT",
"name": "open-cloning-workspace",
"version": "0.4.26",
"type": "module",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"lodash": "^4.18.1",
"@opencloning/opencloning-elabftw": "workspace:*",
"@opencloning/opencloningdb": "workspace:*",
"@opencloning/store": "workspace:*",
"@opencloning/ui": "workspace:*",
"@opencloning/utils": "workspace:*"
},
"scripts": {
"start": "yarn workspace opencloning start",
"build": "./scripts/build_opencloning_app.sh",
"test": "vitest run",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
"pre:enter": "changeset pre enter",
"pre:exit": "changeset pre exit",
"pack:all": "yarn workspace @opencloning/store pack --filename /tmp/@opencloning-store.tgz && yarn workspace @opencloning/utils pack --filename /tmp/@opencloning-utils.tgz && yarn workspace @opencloning/ui pack --filename /tmp/@opencloning-ui.tgz",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "patch:@changesets/cli@npm%3A2.29.8#~/.yarn/patches/@changesets-cli-npm-2.29.8-52df46efd2.patch",
"@cypress/code-coverage": "^3.14.7",
"@cypress/react": "^9.0.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-istanbul": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/eslint-plugin": "^1.6.17",
"cypress": "^15.15.0",
"eslint": "^9.39.4",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^5.3.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.6.0",
"husky": "^9.1.7",
"jsdom": "^22.1.0",
"msw": "^2.14.6",
"pinst": "^3.0.0",
"vite": "^7.3.3",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-istanbul": "^7.2.1",
"vitest": "^3.2.4"
},
"packageManager": "yarn@4.9.1"
}