-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
39
40
41
42
43
{
"name": "starterkit",
"version": "1.0.0",
"description": "A basic StarterKit with Gulp 4",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp",
"prod": "gulp prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halibegic/starterkit.git"
},
"keywords": [
"gulp",
"gulp4",
"tailwind",
"tailwindcss"
],
"author": "halibegic",
"license": "GPL",
"bugs": {
"url": "https://github.com/halibegic/starterkit/issues"
},
"homepage": "https://github.com/halibegic/starterkit#readme",
"devDependencies": {
"autoprefixer": "^10.4.0",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-html-extend": "^1.1.6",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-purgecss": "^4.0.3",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.5",
"precss": "^4.0.0",
"tailwindcss": "^3.0.2"
},
"dependencies": {}
}