-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.72 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
{
"name": "nextjs-tailwindcss-template",
"version": "0.1.0",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"export": "next export",
"deploy": "vercel"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.2",
"axios": "^0.26.1",
"classcat": "^5.0.3",
"cookies-next": "^2.0.4",
"daisyui": "^2.13.6",
"date-fns": "^2.28.0",
"esbuild": "^0.14.53",
"fp-ts": "^2.12.2",
"framer-motion": "^6.2.10",
"gray-matter": "^4.0.3",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"junk": "^4.0.0",
"next": "^12.2.5",
"next-superjson-plugin": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"rehype-add-classes": "^1.0.0",
"rehype-highlight": "^5.0.2",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"rehype-wrap": "^1.1.0",
"remark-breaks": "^3.0.2",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"remark-mermaidjs": "^3.0.0",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-render": "^0.0.16",
"sass": "^1.54.5",
"superjson": "^1.9.1",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-syntax-highlighter": "^15.5.4",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.0",
"vercel": "^24.0.1"
}
}