forked from web3templates/nextly-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "nextly-template",
"version": "0.1.0",
"description": "Nextly Landing Page Template",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--openssl-legacy-provider --inspect' 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.10.6",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@tailwindcss/aspect-ratio": "^0.4.2",
"next": "^13.3.1",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.43.9"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1"
}
}