generated from rishimohan/nextjs-12-tailwind-starter
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 792 Bytes
/
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
{
"name": "nextjs-tailwind-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-switch": "^1.0.3",
"autoprefixer": "^10.4.16",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"eslint-config-next": "^13.0.4",
"framer-motion": "^7.6.7",
"global": "^4.4.0",
"globby": "^12.0.2",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"next": "^13.0.4",
"next-seo": "^5.14.1",
"next-themes": "^0.2.1",
"phosphor-react": "^1.4.1",
"pika-sdk": "^0.3.0",
"postcss": "^8.4.31",
"prettier": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"tailwindcss": "^3.3.5"
}
}