-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 957 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
{
"name": "tailwind-parcel",
"version": "2.0.0",
"description": "Sample boilerplate with tailwindcss and parceljs aimed for speedy webpage development.",
"source": "index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "parcel",
"build": "parcel build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imsus/tailwind-parcel.git"
},
"keywords": [
"tailwindcss",
"parceljs"
],
"author": "Imam Susanto",
"license": "MIT",
"bugs": {
"url": "https://github.com/imsus/tailwind-parcel/issues"
},
"homepage": "https://github.com/imsus/tailwind-parcel#readme",
"devDependencies": {
"@tailwindcss/forms": "^0.4.0-alpha.1",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"autoprefixer": "^10.3.7",
"parcel": "^2.0.0",
"postcss": "^8.3.9",
"tailwindcss": "^3.0.0-alpha.1"
}
}