-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 914 Bytes
/
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
{
"name": "fluhrer.games",
"version": "1.0.0",
"description": "fluhrer.games website",
"scripts": {
"serve": "echo don't forget to execute 'grunt serve' && bundle exec jekyll serve",
"live": "echo don't forget to execute 'grunt serve' && browser-sync start --proxy http://127.0.0.1:4000 --files '_site/**/*'",
"build": "bundle exec jekyll build && grunt"
},
"author": "jones1008",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@glidejs/glide": "^3.4.1",
"alpinejs": "^2.8.0",
"bootstrap": "^5.1.3",
"fslightbox": "^3.1.0"
},
"devDependencies": {
"browser-sync": "^2.29.1",
"grunt": "^1.5.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-purgecss": "^5.0.0"
}
}