-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "christmas-2021",
"version": "1.0.0",
"description": "Turn up the volume. Sit back. Enjoy.",
"scripts": {
"dev": "run-p gulp hugo",
"gulp": "gulp watch",
"hugo": "hugo server -s hugo -vw",
"open": "open http://localhost:1313",
"build": "run-s gulp-build hugo-build",
"hugo-build": "hugo --minify -s hugo -v",
"gulp-build": "gulp build",
"hugo-netlify-preview": "hugo --minify -b $DEPLOY_PRIME_URL -s hugo -v",
"hugo-netlify": "hugo --minify -b $URL -s hugo -v",
"netlify": "run-s gulp-build hugo-netlify",
"netlify-prev": "run-s gulp-build hugo-netlify-preview"
},
"author": "@guyaldous1",
"license": "ISC",
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "18.0.0",
"@rollup/plugin-node-resolve": "11.2.0",
"autoprefixer": "10.2.6",
"cssnano": "5.0.6",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-better-rollup": "4.0.1",
"gulp-postcss": "9.0.0",
"gulp-sass": "5.0.0",
"node-sass": "9.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.3.1",
"rollup": "1.32.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "5.0.2"
},
"dependencies": {
"bootstrap": "5.0.2",
"gsap": "3.8.0",
"hover-effect": "1.1.0",
"normalize-scss": "7.0.1",
"three": "0.135.0"
}
}