-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
39 lines (39 loc) · 872 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
34
35
36
37
38
39
{
"name": "coming-soon",
"desription": "Clean Coming Soon Template (Tailwind CSS, NextJs & HTML5)",
"version": "1.0.0",
"keywords": [
"coming soon",
"tailwind",
"tailwindcss",
"nextjs",
"html"
],
"author": "Themeptation",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"type-check": "tsc"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"next": "latest",
"postcss": "^8.3.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.29.3",
"tailwindcss": "^2.2.19",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.4"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"typescript": "4.5.2"
}
}