ncahec-northwest-theme
Version:
theme for northwest ahec
66 lines (65 loc) • 2.24 kB
JSON
{
"name": "ncahec-northwest-theme",
"version": "2.24.1",
"description": "theme for northwest ahec",
"scripts": {
"scripts": "npm run",
":dev": "echo npm run dev : build and serve theme for testing",
"dev": "webpack-dev-server --config webpack.common.config.js --progress",
":watch": "echo npm run watch : build from source and watch for changes",
"watch": "webpack -p --config webpack.common.config.js -w",
":start": "echo npm start : build from source",
"start": "webpack -p --config webpack.common.config.js",
":get-name": "echo npm run get-name : get the package name. Used by npm scripts in jenkinsfile",
"get-name": "echo $npm_package_name",
":get-version": "echo npm run get-version : get the package version. Used by npm scripts in jenkinsfile",
"get-version": "echo $npm_package_version"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/ncahec/northwest-theme.git"
},
"author": "Bradley Cummins",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/ncahec/northwest-theme#readme",
"main": "./assets/index.js",
"devDependencies": {
"@babel/core": "^7.5.5",
"autoprefixer": "^9.4.9",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "3.0.0",
"concurrently": "^4.1.0",
"css-loader": "^2.1.0",
"file-loader": "^4.2.0",
"fs-extra": "^7.0.1",
"git-branch": "^2.0.1",
"git-repo-name": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "4.12.0",
"nodemon": "^1.18.11",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"replace-in-file": "^3.4.3",
"resolve-url-loader": "^3.0.1",
"sass": "^1.17.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "3.8.2",
"website-scraper": "^3.1.0"
},
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.3.1",
"html-loader": "^0.5.5",
"lodash": "^4.17.11",
"popper.js": "^1.14.7",
"pug": "^2.0.4"
}
}