-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.64 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.64 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "box-model.ui",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --exclude=box-model-rsd-expo --outputStyle=static",
"build:tokens": "nx run tokens:build",
"lint": "nx run web:lint",
"storybook:rsd": "nx run rsd:storybook",
"storybook:web": "nx run web:storybook",
"serve": "nx run box-model-web-vite:dev",
"test": "nx run web:test",
"cloc": "npx cloc --exclude-dir=node_modules,dist,.codex,.nx,.vscode --exclude-ext=yaml,json,svg,md --vcs git ."
},
"private": true,
"type": "module",
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@expo/cli": "54.0.22",
"@expo/metro-config": "~54.0.14",
"@expo/metro-runtime": "6.1.2",
"@next/eslint-plugin-next": "^16.0.1",
"@nx/devkit": "22.4.1",
"@nx/eslint": "22.4.1",
"@nx/eslint-plugin": "22.4.1",
"@nx/expo": "22.4.1",
"@nx/jest": "22.4.1",
"@nx/js": "22.4.1",
"@nx/next": "22.4.1",
"@nx/playwright": "22.4.1",
"@nx/react": "22.4.1",
"@nx/react-native": "22.4.1",
"@nx/storybook": "22.4.1",
"@nx/vite": "22.4.1",
"@nx/vitest": "22.4.1",
"@nx/web": "22.4.1",
"@open-wc/testing": "^4.0.0",
"@playwright/test": "^1.36.0",
"@react-native-community/cli": "~18.0.0",
"@react-native-community/cli-platform-android": "~18.0.0",
"@react-native-community/cli-platform-ios": "~18.0.0",
"@react-native/babel-preset": "~0.79.3",
"@react-native/metro-config": "~0.79.3",
"@react-navigation/native": "^7.1.6",
"@react-navigation/native-stack": "^7.3.10",
"@storybook/addon-a11y": "^10.2.0",
"@storybook/addon-docs": "^10.2.0",
"@storybook/addon-themes": "^10.2.0",
"@storybook/react-vite": "^10.2.0",
"@storybook/web-components-vite": "^10.2.0",
"@stylexswc/nextjs-plugin": "^0.14.1",
"@stylexswc/postcss-plugin": "^0.14.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.13.21",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/jest": "^30.0.0",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "20.19.9",
"@types/react": "19.2.9",
"@types/react-dom": "^19.2.0",
"@types/rollup-plugin-generate-package-json": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/coverage-v8": "4.0.9",
"@vitest/ui": "4.0.9",
"ajv": "^8.0.0",
"babel-jest": "^30.0.2",
"babel-loader": "^9.2.1",
"babel-preset-expo": "~54.0.9",
"eslint": "^9.39.2",
"eslint-config-next": "^16.0.1",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"expo": "~54.0.32",
"expo-splash-screen": "31.0.13",
"expo-status-bar": "3.0.9",
"expo-system-ui": "6.0.9",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-expo": "54.0.16",
"jest-util": "^30.0.2",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lit": "^3.3.1",
"markdown-it": "^14.1.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-container": "^4.0.0",
"metro-config": "0.83.3",
"metro-resolver": "0.83.3",
"nx": "22.4.1",
"prettier": "^2.6.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-svg-transformer": "1.5.2",
"react-native-svg-web": "~1.0.9",
"react-native-web": "0.21.2",
"react-router-dom": "6.30.3",
"react-strict-dom": "^0.0.54",
"remark-gfm": "^4.0.1",
"rollup-plugin-generate-package-json": "^3.2.0",
"sass": "^1.92.1",
"storybook": "^10.2.0",
"style-dictionary": "^5.0.4",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"tsx": "^4.20.5",
"typescript": "~5.5.0",
"vite": "^7.0.0",
"vite-plugin-babel": "^1.4.1",
"vite-plugin-dts": "~4.5.0",
"vite-plugin-static-copy": "^3.1.4",
"vite-tsconfig-paths": "^6.0.4",
"vitest": "4.0.9"
},
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706",
"dependencies": {
"next": "~16.0.1"
}
}