hugo-theme-terminal/package.json

62 lines
1.7 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",
"css-loader": "^5.1.3",
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": "^8.1.0",
2020-09-05 22:31:08 +00:00
"eslint-plugin-jsx-a11y": "^6.2.1",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^5.1.3",
"mini-css-extract-plugin": "^1.3.9",
"postcss": "^8.2.8",
2020-09-05 22:31:08 +00:00
"postcss-browser-reporter": "^0.6.0",
"postcss-cli": "^8.3.1",
2020-09-05 22:31:08 +00:00
"postcss-color-function": "^4.0.1",
2019-01-28 00:11:02 +00:00
"postcss-color-mod-function": "^3.0.3",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.2.0",
"postcss-mixins": "^7.0.3",
"postcss-nested": "^5.0.5",
2020-07-16 21:56:01 +00:00
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^7.0.2",
"postcss-url": "^10.1.3",
2020-09-05 22:31:08 +00:00
"prettier-eslint-cli": "^5.0.0",
"ramda": "^0.27.1",
"style-loader": "^2.0.0",
2021-03-22 03:36:29 +00:00
"terser-webpack-plugin": "^5.1.1",
2020-09-05 22:31:08 +00:00
"url-loader": "^4.1.0",
"webpack": "^5.27.1",
"webpack-cli": "^4.5.0"
2021-03-22 03:36:29 +00:00
},
"dependencies": {
"yarn": "^1.22.10"
2019-01-28 00:11:02 +00:00
}
}