generated from merc1er/gulp-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "tailwind",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npx gulp",
"build": "npx gulp build",
"build-css": "tailwind build src/css/style.css -o dist/static/css/style.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"alpinejs": "3.9.6",
"autoprefixer": "^10.0.3",
"browser-sync": "^2.26.13",
"del": "^6.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.0.0",
"gulp-rename": "^2.0.0",
"postcss": "^8.1.10",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"webpack-stream": "^7.0.0"
}
}