-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1021 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
{
"name": "bedrock2-next-tailwind",
"version": "0.0.1",
"description": "Bedrock 2 - Next.js styled with Tailwind CSS",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taylorbryant/next-starter-tailwind.git"
},
"author": "Johan Ronsse",
"license": "MIT",
"bugs": {
"url": "https://github.com/usebedrock/bedrock2-next-tailwind/issues"
},
"homepage": "https://github.com/usebedrock/bedrock2-next-tailwind#readme",
"dependencies": {
"@heroicons/react": "^1.0.1",
"next": "10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "10.2.6",
"classnames": "2.3.1",
"postcss": "8.3.4",
"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",
"react-hotkeys": "^2.0.0",
"tailwindcss": "2.2.0"
}
}