-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "next-starter-tailwind",
"version": "2.0.0",
"description": "Next.js starter styled with Tailwind CSS",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taylorbryant/next-starter-tailwind.git"
},
"author": "Taylor Bryant",
"license": "MIT",
"bugs": {
"url": "https://github.com/taylorbryant/next-starter-tailwind/issues"
},
"homepage": "https://github.com/taylorbryant/next-starter-tailwind#readme",
"dependencies": {
"next": "12.2.4",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "10.3.4",
"classnames": "2.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "8.3.6",
"postcss-100vh-fix": "1.0.2",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.1",
"postcss-preset-env": "6.7.0",
"tailwindcss": "2.2.15"
}
}