forked from Lednerb/bilberry-hugo-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.63 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
{
"name": "bilberry-hugo-theme",
"version": "114.514.1919810",
"description": " ",
"dependencies": {
"@algolia/autocomplete-js": "^1.7.1",
"clipboard": "^2.0.11",
"laravel-mix": "^6.0.49",
"magnific-popup": "github:Lednerb/Magnific-Popup",
"normalize.css": "^8.0.1",
"tooltipster": "^4.2.8"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"algoliasearch": "^4.13.1",
"autocomplete.js": "^0.38.1",
"cross-env": "^7.0.3",
"flexslider": "^2.7.2",
"highlight.js": "^11.5.1",
"instantsearch.js": "^4.43.0",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"resolve-url-loader": "^5.0.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"skeleton-css": "^2.0.4",
"vue-template-compiler": "^2.7.4"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [
"Bilberry",
"Hugo",
"Theme"
],
"author": "@Lednerb",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lednerb/bilberry-hugo-theme/issues"
},
"homepage": "https://github.com/Lednerb/bilberry-hugo-theme#readme"
}