hugo-theme-terminal/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2019-01-28 00:11:02 +00:00
{
"name": "terminal",
2020-09-05 22:31:08 +00:00
"version": "2.1.0",
2019-01-28 00:11:02 +00:00
"main": "index.js",
"author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
"license": "MIT",
"browserslist": [
"last 2 versions",
">1%",
"not dead"
],
2020-09-05 22:31:08 +00:00
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
2019-01-28 00:11:02 +00:00
"devDependencies": {
2020-09-05 22:31:08 +00:00
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
2019-03-31 17:18:08 +00:00
"@babel/parser": "^7.4.2",
2019-02-08 23:35:54 +00:00
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-stage-2": "^7.0.0",
2020-09-05 22:31:08 +00:00
"angular-html-parser": "^1.2.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.5",
2019-01-28 00:11:02 +00:00
"browserslist": "^4.0.1",
2020-09-05 22:31:08 +00:00
"clean-webpack-plugin": "^3.0.0",
2019-02-08 23:35:54 +00:00
"clipboard": "^2.0.4",
2020-09-05 22:31:08 +00:00
"css-loader": "^4.2.2",
2019-02-08 23:35:54 +00:00
"cssnano": "^4.1.8",
2020-09-05 22:31:08 +00:00
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"husky": "^4.2.5",
"mini-css-extract-plugin": "^0.11.0",
2019-01-28 00:11:02 +00:00
"postcss": "^7.0.0",
2020-09-05 22:31:08 +00:00
"postcss-browser-reporter": "^0.6.0",
"postcss-cli": "^7.1.2",
"postcss-color-function": "^4.0.1",
2019-01-28 00:11:02 +00:00
"postcss-color-mod-function": "^3.0.3",
2020-07-16 21:56:01 +00:00
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
2020-09-05 22:31:08 +00:00
"postcss-mixins": "^6.2.1",
2020-07-16 21:56:01 +00:00
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^6.0.1",
"postcss-url": "^8.0.0",
2020-09-05 22:31:08 +00:00
"prettier-eslint-cli": "^5.0.0",
"ramda": "^0.27.1",
"style-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"husky": {
"hooks": {
"pre-push": "yarn build && git add . && git commit --amend --no-edit"
}
2019-01-28 00:11:02 +00:00
}
}