-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.04 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
58
59
60
61
62
63
64
65
66
67
{
"name": "coddink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"database": "pscale connect carrot-market",
"build": "rimraf public/robots.txt public/sitemap*.xml & next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config sitemap.config.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@greatsumini/react-facebook-login": "^3.2.1",
"@prisma/client": "^4.3.1",
"@react-oauth/google": "^0.2.8",
"bcrypt": "^5.0.1",
"dotenv": "^16.0.2",
"iron-session": "^6.2.1",
"next": "12.3.1",
"next-connect": "^0.13.0",
"next-sitemap": "^3.1.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.36.0",
"swr": "^1.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.12",
"@storybook/nextjs": "^7.0.12",
"@storybook/react": "^7.0.12",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/bcrypt": "^5.0.0",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/uuid": "^8.3.4",
"@uiw/react-codemirror": "^4.12.3",
"@uiw/react-textarea-code-editor": "^2.0.3",
"autoprefixer": "^10.4.14",
"babel-plugin-transform-remove-imports": "^1.7.0",
"chromatic": "^6.17.4",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"eslint-plugin-storybook": "^0.6.12",
"next-remove-imports": "^1.0.7",
"postcss": "^8.4.23",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.3.1",
"rimraf": "^3.0.2",
"storybook": "^7.0.12",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "4.8.3"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}