-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 830 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
{
"name": "builtjs-theme-corporate-tailwind",
"description": "A Built.JS site for small business websites with basic Tailwind styling.",
"version": "0.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@builtjs/theme": "^1.1.41",
"@builtjs/site": "^1.0.1",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"date-fns": "^2.28.0",
"next": "^12.1.0",
"postcss": "^8.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.2.7",
"typescript": "^4.6.2",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-next": "^11.0.1"
},
"license": "MIT"
}