-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"name": "tailwind-alpine-starterkit",
"version": "1.0.0",
"dependencies": {
"@ryangjchandler/spruce": "^2.0.1",
"alpinejs": "^2.7.0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/plugin-transform-runtime": "^7",
"@babel/preset-env": "^7",
"ansi-colors": "^4",
"asciify": "^1",
"autoprefixer": "^10.2.5",
"babelify": "^10",
"browser-sync": "^2",
"browserify": "^16",
"cpy": "^8",
"cssnano": "^4",
"del": "^5",
"dotenv": "^8",
"fancy-log": "^1",
"gulp": "^4",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-count": "^1",
"gulp-dart-sass": "^0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7",
"gulp-plumber": "^1",
"gulp-postcss": "^9.0.0",
"gulp-remove-html-comments": "^1.0.1",
"gulp-rename": "^2",
"gulp-responsive-images": "0",
"gulp-sass-glob": "^1",
"gulp-size": "^3",
"gulp-sourcemaps": "^2",
"gulp-svgmin": "^2",
"gulp-svgstore": "^7",
"gulp-to-ico": "^1",
"gulp-twig": "^1.2.0",
"gulp-uglify-es": "^2",
"human-size": "^1",
"merge2": "^1.3.0",
"modernizr": "^3",
"node-notifier": "^5",
"postcss": "^8.2.8",
"postcss-custom-properties": "^9",
"require-dir": "^1",
"standard": "^11",
"tailwindcss": "^2.0.3",
"terser": "^4",
"through": "^2",
"typeface-karla": "^1.1.13",
"typeface-rubik": "^1.1.13",
"uglify-js": "^3",
"vinyl-buffer": "^1",
"vinyl-source-stream": "^2",
"watchify": "^3",
"writefile": "^0"
},
"engines": {
"node": ">=10"
},
"standard": {
"ignore": [
"/gulpfile.js/"
]
}
}