forked from getkirby/plainkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 805 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
{
"name": "plainkit-tailwindcss",
"version": "1.0.0",
"description": "This repository extends the Kirby Plainkit by adding tailwindcss with hot reloading",
"repository": "https://github.com/philipptrenz/plainkit.git",
"author": "philipptrenz <mail@philipptrenz.de>",
"license": "",
"private": false,
"scripts": {
"dev": "gulp",
"build": "NODE_ENV=production gulp postcss"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.4",
"cross-env": "^7.0.3",
"cssnano": "^5.0.6",
"gulp": "^4.0.2",
"gulp-connect-php": "^1.0.3",
"gulp-postcss": "^9.0.0",
"gulp-minify": "^3.1.0",
"postcss": "^8.4.6",
"postcss-cli": "^8.3.1",
"postcss-import": "^15.1.0",
"postcss-nesting": "^8.0.1",
"tailwindcss": "^3.0.23"
}
}