-
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
{
"private": true,
"scripts": {
"dev": "next --port=4218",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@supabase/supabase-js": "^1.24.0",
"busboy": "^0.3.1",
"classnames": "2.3.1",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"date-fns": "2.23.0",
"googleapis": "^123.0.0",
"gray-matter": "4.0.3",
"lru-cache": "^6.0.0",
"mongodb": "^4.1.1",
"next": "^12.0.10",
"next-themes": "^0.0.15",
"prismjs": "^1.24.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redis": "^4.0.0-rc.4",
"remark": "14.0.1",
"remark-html": "14.0.1",
"sharp": "^0.29.1",
"typescript": "^4.2.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.8",
"@types/busboy": "^0.2.4",
"@types/cookies": "^0.7.7",
"@types/cors": "^2.8.12",
"@types/jest": "^27.0.1",
"@types/lru-cache": "^5.1.1",
"@types/node": "^16.7.13",
"@types/prismjs": "^1.16.6",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/redis": "^2.8.32",
"@types/sharp": "^0.29.2",
"autoprefixer": "^10.3.4",
"babel-loader": "^8.2.2",
"babel-plugin-prismjs": "^2.1.0",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.14"
}
}