UNPKG

@coderbyheart/underline

Version:
63 lines 1.69 kB
{ "name": "@coderbyheart/underline", "version": "1.12.0", "description": "Bootstrap v4 website template", "main": "dist/js/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "standard", "precommit": "npm run lint", "commitmsg": "commitlint -e", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/coderbyheart/underline.git" }, "keywords": [ "bootstrap", "website", "theme" ], "author": "Markus Tacker <m@coderbyheart.com> | https://coderbyheart.com", "license": "MIT", "bugs": { "url": "https://github.com/coderbyheart/underline/issues" }, "homepage": "https://github.com/coderbyheart/underline#readme", "dependencies": { "bootstrap": "^4.0.0-beta", "contentful": "^4.1.2", "font-awesome": "^4.7.0", "jquery": "^3.2.1", "meownica-web-fonts-loader": "^1.2.1", "popper.js": "^1.12.5", "react": "^16.0.0", "react-dom": "^16.0.0" }, "devDependencies": { "@commitlint/cli": "^4.1.1", "@commitlint/config-angular": "^3.1.1", "babel-cli": "^6.26.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-env": "^1.6.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.24.1", "babelify": "^7.3.0", "browserify": "^14.1.0", "glob": "^7.1.1", "husky": "^0.14.3", "node-sass": "^4.3.0", "semantic-release": "^8.0.3", "standard": "^10.0.3", "uglify-js": "^3.1.3", "uglifycss": "0.0.27" }, "files": [ "dist", "js", "scss", "templates", "README.md" ] }