UNPKG

fe-builder

Version:
71 lines (70 loc) 2.66 kB
{ "name": "fe-builder", "version": "3.1.5", "description": "Build your amazing frontend", "main": "index.js", "scripts": { "dev": "webpack-dev-server --mode development --open", "build": "NODE_ENV='production' webpack -p --process --color", "clear": "rm -rf public .babelrc .gitignore .eslintrc webpack.config.js node_modules yarn.lock package-lock.json index.html & mv ./source/.gitignore ./source/gitignore & mv ./source/.babelrc ./source/babelrc & mv ./source/.eslintrc ./source/eslintrc", "server": "npm-run-all --parallel watch:server watch:build", "watch:build": "webpack --watch", "watch:server": "nodemon \"./app.js\" --watch \"./\"" }, "repository": { "type": "git", "url": "git+https://github.com/Vladimirtishenko/fe-builder.git" }, "keywords": [ "build", "front-end", "stylus", "jade", "gulp", "webpack" ], "author": "Vladimir Tischenko", "license": "ISC", "bugs": { "url": "https://github.com/Vladimirtishenko/fe-builder/issues" }, "homepage": "https://github.com/Vladimirtishenko/fe-builder#readme", "dependencies": { "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-proposal-decorators": "^7.7.4", "@babel/plugin-proposal-export-default-from": "^7.7.4", "@babel/plugin-proposal-function-bind": "^7.7.4", "@babel/plugin-proposal-object-rest-spread": "^7.7.4", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/plugin-transform-async-to-generator": "^7.7.4", "@babel/plugin-transform-runtime": "^7.7.6", "@babel/runtime": "^7.0.0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "bootstrap-4-stylus": "^1.0.4", "bundle-loader": "^0.5.6", "core-js": "^3.5.0", "css-loader": "^1.0.0", "cssnano": "^4.0.5", "eslint": "^5.12.1", "eslint-loader": "^2.1.1", "eslint-plugin-import": "^2.19.1", "file-loader": "^1.1.11", "fs": "0.0.1-security", "mini-css-extract-plugin": "^0.4.2", "npm-run-all": "^4.1.5", "path": "^0.12.7", "postcss-loader": "^2.1.6", "postcss-preset-env": "^6.5.0", "pug": "^2.0.3", "pug-html-loader": "^1.1.5", "style-loader": "^0.21.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "terser-webpack-plugin": "^1.1.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.3.1" } }