-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.03 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.03 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
{
"name": "react-universal",
"private": true,
"workspaces": [
"app",
"docs",
"packages/*",
"sandbox/*"
],
"scripts": {
"build": "yarn workspaces foreach -Apt --no-private run build",
"clean": "yarn workspaces foreach -Ap exec run -T del-cli dist",
"format": "syncpack format && biome format --write . && prettier --log-level error --write \"**/*.{md,mdx,yml}\"",
"lint": "biome lint . && eslint .",
"postinstall": "syncpack lint --dependency-types '!peer'",
"storybook": "yarn workspace @react-universal/vite-plugin dev && storybook dev",
"test": "vitest",
"typecheck": "yarn tsc && yarn workspaces foreach -Apt run typecheck"
},
"resolutions": {
"vite": "^7.2.6"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@chialab/esbuild-plugin-babel": "^0.19.0",
"@emotion/jest": "^11.14.2",
"@eslint/compat": "^2.0.0",
"@react-native/normalize-colors": "0.82.1",
"@storybook/addon-a11y": "^10.1.4",
"@storybook/addon-docs": "^10.1.4",
"@storybook/react-vite": "^10.1.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "~19.2.7",
"@vitest/browser": "^4.0.15",
"del-cli": "^7.0.0",
"eslint": "^9.39.1",
"eslint-config-biome": "^2.1.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^27.2.0",
"lefthook": "^2.0.8",
"playwright": "^1.57.0",
"prettier": "^3.7.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.82.1",
"react-native-edge-to-edge": "^1.7.0",
"react-native-nitro-modules": "0.31.10",
"react-native-unistyles": "^3.0.19",
"react-test-renderer": "19.2.0",
"sort-package-json": "^3.5.0",
"storybook": "^10.1.4",
"syncpack": "^14.0.0-alpha.32",
"tsdown": "^0.17.0",
"tsup": "^8.5.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"vitest": "^4.0.15"
},
"packageManager": "yarn@4.12.0"
}