-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 KB
/
package.json
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
{
"name": "next-app-router-app",
"description": "Next.js app router with gluestack-ui template",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/gluestack/nextjs-app-router.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@expo/html-elements": "latest",
"@gluestack-style/react": "latest",
"@gluestack-ui/config": "^1.1.18",
"@gluestack-ui/themed": "latest",
"@gluestack/ui-next-adapter": "latest",
"@legendapp/motion": "latest",
"graphdb": "^3.0.2",
"lucide-react": "^0.394.0",
"next": "^13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native-svg": "13.4.0",
"react-native-web": "^0.19.7",
"react-select": "^5.8.1"
},
"devDependencies": {
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-native": "^0.72.5",
"typescript": "5.1.3"
}
}