-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
42
43
44
{
"name": "gatherloop-landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook"
},
"dependencies": {
"@next/font": "13.1.4",
"@tamagui/config-base": "^1.5.9",
"@tamagui/font-inter": "^1.5.9",
"@tamagui/lucide-icons": "1.5.9",
"@tamagui/next-plugin": "^1.5.9",
"@tamagui/next-theme": "^1.5.9",
"@tamagui/theme-base": "^1.5.9",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"eslint": "8.31.0",
"eslint-config-next": "13.1.4",
"next": "13.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.71.3",
"react-native-web": "^0.18.12",
"react-svg": "^16.1.2",
"storybook-addon-next-router": "^4.0.2",
"tamagui": "^1.5.9",
"typescript": "4.9.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/core-server": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"storybook-dark-mode": "^2.1.0"
}
}