-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.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
{
"private": true,
"name": "rnw-storybook-fail",
"version": "0.0.1",
"license": "MIT",
"workspaces": [
"packages/*",
"apps/web"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"@portabletext/react": "^3.0.0",
"@portabletext/toolkit": "^2.0.10",
"@tw-classed/react": "^1.6.1",
"clsx": "^2.0.0",
"easy-peasy": "^6.0.0",
"nativewind": "3.0.0-next.34",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-native": "0.72.6",
"react-native-reanimated": "^3.5.4",
"react-native-svg": "13.4.0",
"react-native-web": "~0.19.9",
"react-query": "^3.39.3"
},
"devDependencies": {
"@storybook/react": "^7.5.1",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-react-native-web": "^0.19.9",
"eslint": "^8.34.0",
"eslint-config-universe": "^11.1.1",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.4",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5"
},
"resolutions": {
"@types/react": "^18.0.28"
}
}