forked from web3templates/nextly-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "nextly-template",
"version": "0.1.0",
"description": "Nextly Landing Page Template",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://gituhb.com/web3templates/nextly-template"
},
"keywords": [
"nextjs",
"tailwindcss",
"free"
],
"author": "Surjith S M",
"license": "ISC",
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"next": "^11.1.0",
"next-themes": "^0.0.14",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^7.8.3"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"autoprefixer": "^10.0.4",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"postcss": "^8.1.10",
"tailwindcss": "^2.2.2",
"twin.macro": "^2.5.0"
},
"babelMacros": {
"twin": {
"preset": "emotion",
"includeClassNames": true
}
}
}