-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 960 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
{
"name": "next-starter-tailwind",
"version": "1.0.5",
"description": "Next.js starter styled with Tailwind CSS",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "npm run build && next export",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"@zeit/next-css": "^1.0.1",
"next": "^9.1.5",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "1.3.0",
"autoprefixer": "9.7.3",
"cssnano": "4.1.10",
"tailwindcss": "1.1.4"
}
}