-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "starter_theme_tailwind",
"version": "0.8.3",
"description": "my tailwind starter theme",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build --prod"
},
"author": "yahia",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@glidejs/glide": "^3.4.1",
"@tailwindcss/forms": "^0.3.3",
"animate.css": "^4.1.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.14",
"critical": "^4.0.0",
"cssnano": "^4.1.10",
"cssnano-preset-advanced": "^4.0.7",
"del": "^5.1.0",
"fibers": "^5.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-file-include": "^2.2.2",
"gulp-if": "^3.0.0",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-purgecss": "^3.1.3",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-zip": "^5.0.1",
"js-yaml": "^3.14.1",
"plugin-error": "^1.0.1",
"postcss": "^8.3.5",
"sass": "^1.32.0",
"style-sherpa": "^1.0.2",
"tailwindcss": "^2.2.2",
"tailwindcss-debug-screens": "^2.0.0",
"tailwindcss-rtl": "^0.7.3",
"through2": "^3.0.1",
"tiny-slider": "^2.9.2",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1",
"yargs": "^15.3.1",
"website-scraper": "^4.2.3",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "^5.0.1"
}
}