[16971] | 1 | { |
---|
| 2 | "name": "bilberry-hugo-theme", |
---|
| 3 | "version": "2.0.0", |
---|
| 4 | "description": " ", |
---|
| 5 | "dependencies": { |
---|
| 6 | "clipboard": "^2.0.6", |
---|
| 7 | "laravel-mix": "^6.0.43", |
---|
| 8 | "magnific-popup": "github:Lednerb/Magnific-Popup", |
---|
| 9 | "normalize.css": "^8.0.1", |
---|
| 10 | "tooltipster": "^4.2.8" |
---|
| 11 | }, |
---|
| 12 | "devDependencies": { |
---|
| 13 | "@fortawesome/fontawesome-free": "^5.14.0", |
---|
| 14 | "algoliasearch": "^3.35.1", |
---|
| 15 | "autocomplete.js": "^0.37.1", |
---|
| 16 | "cross-env": "^6.0.3", |
---|
| 17 | "flexslider": "^2.7.2", |
---|
| 18 | "highlight.js": "^10.4.1", |
---|
| 19 | "instantsearch.js": "^4.39.1", |
---|
| 20 | "jquery": "^3.5.1", |
---|
| 21 | "moment": "^2.29.2", |
---|
| 22 | "resolve-url-loader": "^3.1.1", |
---|
| 23 | "sass": "^1.26.10", |
---|
| 24 | "sass-loader": "^8.0.2", |
---|
| 25 | "skeleton-css": "^2.0.4", |
---|
| 26 | "vue-template-compiler": "^2.6.11" |
---|
| 27 | }, |
---|
| 28 | "scripts": { |
---|
| 29 | "dev": "npm run development", |
---|
| 30 | "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js", |
---|
| 31 | "watch": "npm run development -- --watch", |
---|
| 32 | "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", |
---|
| 33 | "prod": "npm run production", |
---|
| 34 | "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js" |
---|
| 35 | }, |
---|
| 36 | "repository": { |
---|
| 37 | "type": "git", |
---|
| 38 | "url": "git+https://github.com/Lednerb/bilberry-hugo-theme.git" |
---|
| 39 | }, |
---|
| 40 | "keywords": [ |
---|
| 41 | "Bilberry", |
---|
| 42 | "Hugo", |
---|
| 43 | "Theme" |
---|
| 44 | ], |
---|
| 45 | "author": "@Lednerb", |
---|
| 46 | "license": "MIT", |
---|
| 47 | "bugs": { |
---|
| 48 | "url": "https://github.com/Lednerb/bilberry-hugo-theme/issues" |
---|
| 49 | }, |
---|
| 50 | "homepage": "https://github.com/Lednerb/bilberry-hugo-theme#readme" |
---|
| 51 | } |
---|