-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "yummy",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pull": "node scripts/import.mjs",
"reindex": "node scripts/reindex.mjs",
"heroku-postbuild": "echo OK",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@prisma/client": "5.3.1",
"@tanstack/react-query": "4.35.3",
"@types/marked": "5.0.1",
"@types/node": "18.15.11",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"algoliasearch": "4.20.0",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
"eslint-config-next": "13.4.19",
"marked": "5.1.2",
"next": "13.4.19",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@storybook/addon-essentials": "7.4.5",
"@storybook/addon-interactions": "7.4.5",
"@storybook/addon-links": "7.4.5",
"@storybook/addon-onboarding": "1.0.8",
"@storybook/addon-styling": "1.3.7",
"@storybook/blocks": "7.4.5",
"@storybook/nextjs": "7.4.5",
"@storybook/react": "7.4.5",
"@storybook/testing-library": "0.2.0",
"chromatic": "7.2.0",
"dotenv": "16.3.1",
"eslint-plugin-storybook": "0.6.13",
"prisma": "5.3.1",
"storybook": "7.4.5"
},
"packageManager": "[email protected]"
}