-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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": "gulp-boilerplate",
"private": true,
"author": "Florian Bouvot <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "gulp",
"build": "NODE_ENV=production gulp build"
},
"browserslist": [
"defaults"
],
"dependencies": {
"alpinejs": "^3.2.3",
"baguettebox.js": "^1.11.1",
"tailwindcss": "^2.2.7"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"autoprefixer": "^10.3.1",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-csso": "^4.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-nunjucks": "^5.1.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^5.0.0",
"gulp-size": "^4.0.1",
"gulp-svg-symbols": "^3.2.3",
"gulp-svgmin": "^3.0.0",
"imagemin-pngquant": "^9.0.2",
"postcss": "^8.3.6",
"rollup": "^2.56.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.37.5"
}
}