-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
40
41
{
"name": "@native-base/nextjs-template-typescript",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"image-optimize": "next-image-export-optimizer"
},
"dependencies": {
"@native-base/icons": "^0.0.11",
"expo-font": "^10.0.3",
"native-base": "3.4.0",
"next": "12.0.4",
"next-image-export-optimizer": "^0.14.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "^0.67.3",
"react-native-safe-area-context": "^4.1.2",
"react-native-svg": "^12.1.1",
"react-native-web": "^0.17.7",
"react-native-web-linear-gradient": "^1.1.2"
},
"devDependencies": {
"@native-base/next-adapter": "^1.1.9",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"@types/react-native": "^0.67.1",
"autoprefixer": "^10.4.12",
"babel-preset-expo": "^8.5.1",
"eslint": "7",
"eslint-config-next": "12.0.4",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "4.5.2"
}
}