-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
executable file
·38 lines (38 loc) · 1.11 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
{
"name": "pinwheel-tailwind",
"version": "1.0.0",
"description": "pinwheel-tailwind is a free and open-source Tailwind CSS template for building modern landing pages.",
"author": "themefisher",
"license": "MIT",
"scripts": {
"dev": "gulp dev",
"build": "gulp build",
"deploy": "gulp deploy",
"format": "prettier -w ./src",
"remove-darkmode": "node scripts/removeDarkMode.js && yarn format"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-file-include": "^2.3.0",
"gulp-header-comment": "^0.10.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-template": "^5.0.0",
"gulp-util": "^3.0.8",
"gulp-wrapper": "^1.0.0",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"sass": "^1.62.1",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.2"
}
}