forked from GeekyAnts/NativeBase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 Bytes
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
{
"name": "next-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.5.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native-aria": "^0.2.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-svg": "^12.1.1",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5",
"use-subscription": "^1.8.0"
},
"devDependencies": {
"@expo/next-adapter": "^3.1.3",
"@types/react": "17.0.30",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^8.0.0",
"react-native-web": "^0.18.9",
"typescript": "4.4.4"
}
}