-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1013 Bytes
/
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
{
"name": "json-color-palette-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gluestack-style/react": "^1.0.45",
"@gluestack-ui/config": "^1.1.2",
"@gluestack-ui/config-v2": "^1.0.1",
"@gluestack-ui/themed": "^1.1.3",
"@gluestack/ui-next-adapter": "^2.1.11",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-btn": "^1.4.0",
"react-native-safe-area-context": "^4.0.1",
"react-native-svg": "13.4.0",
"react-native-web": "^0.19.10"
},
"devDependencies": {
"@expo/next-adapter": "^3.1.20",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@types/react-native": "^0.67.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-transpile-modules": "^9.0.0",
"typescript": "4.5.5"
}
}