-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "tailwind_landing_page",
"description": "Landing page using next js, tailwind css and daisy UI. Template uses rich tailwind css utility classes and have components of daisy UI.",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srobbin01/daisyui-nextjs-landing-page"
},
"keywords": [
"reactjs",
"tailwind-css",
"landing-page",
"daisyui-template",
"landing=page-template",
"nextjs"
],
"author": "srobbin01",
"license": "ISC",
"bugs": {
"url": "https://github.com/srobbin01/daisyui-nextjs-landing-page/issues"
},
"dependencies": {
"@heroicons/react": "^2.0.15",
"@mui/icons-material": "^5.14.6",
"@next/font": "13.1.6",
"@tailwindcss/typography": "^0.5.9",
"daisyui": "^2.50.1",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"theme-change": "^2.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}