2016-05-19 15:01:28 +01:00
|
|
|
{
|
2017-03-20 19:20:48 +00:00
|
|
|
"private": true,
|
|
|
|
"name": "jbuk-frontend",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
|
|
|
"license": "CC0-1.0",
|
|
|
|
"devDependencies": {
|
2023-12-12 17:44:28 +00:00
|
|
|
"@babel/core": "^7.23.6",
|
2023-12-12 17:56:55 +00:00
|
|
|
"@babel/preset-env": "^7.23.6",
|
2023-12-18 09:53:26 +00:00
|
|
|
"@csstools/postcss-oklab-function": "^3.0.8",
|
2023-09-21 09:06:24 +00:00
|
|
|
"autoprefixer": "^10.4.16",
|
2023-07-10 13:10:37 +00:00
|
|
|
"babel-loader": "^9.1.3",
|
2020-11-15 18:50:19 +00:00
|
|
|
"browserlist": "^1.0.1",
|
2022-06-01 21:20:32 +01:00
|
|
|
"compression-webpack-plugin": "^10.0.0",
|
2023-05-29 10:14:28 +00:00
|
|
|
"css-loader": "^6.8.1",
|
2023-12-15 10:10:19 +00:00
|
|
|
"cssnano": "^6.0.2",
|
2023-12-18 09:57:07 +00:00
|
|
|
"eslint": "^8.56.0",
|
2023-04-11 09:56:44 +00:00
|
|
|
"eslint-webpack-plugin": "^4.0.1",
|
2023-05-29 12:44:29 +01:00
|
|
|
"mini-css-extract-plugin": "^2.7.6",
|
2023-12-04 09:02:03 +00:00
|
|
|
"postcss": "^8.4.32",
|
2020-11-15 18:50:19 +00:00
|
|
|
"postcss-combine-duplicated-selectors": "^10.0.2",
|
|
|
|
"postcss-combine-media-query": "^1.0.1",
|
2022-12-22 15:41:52 +00:00
|
|
|
"postcss-import": "^15.1.0",
|
2023-06-12 12:08:13 +00:00
|
|
|
"postcss-loader": "^7.3.3",
|
2023-12-18 09:09:47 +00:00
|
|
|
"postcss-nesting": "^12.0.2",
|
2023-05-19 11:38:46 +00:00
|
|
|
"style-loader": "^3.3.3",
|
2023-12-15 09:29:23 +00:00
|
|
|
"stylelint": "^15.11.0",
|
2023-12-15 10:14:34 +00:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-04-11 11:23:17 +00:00
|
|
|
"stylelint-webpack-plugin": "^4.1.1",
|
2023-10-16 09:36:31 +00:00
|
|
|
"webpack": "^5.89.0",
|
2023-06-08 10:46:31 +00:00
|
|
|
"webpack-cli": "^5.1.4"
|
2017-03-20 19:20:48 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2023-05-08 21:56:05 +01:00
|
|
|
"dev": "webpack --mode=development",
|
|
|
|
"prod": "webpack --mode=production"
|
2017-03-20 19:20:48 +00:00
|
|
|
},
|
2020-11-15 18:50:19 +00:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
"> 1%",
|
|
|
|
"not IE 11",
|
|
|
|
"not IE_Mob 11"
|
2023-12-17 14:15:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"@11ty/is-land": "^4.0.0",
|
|
|
|
"@zachleat/snow-fall": "^1.0.2"
|
|
|
|
}
|
2016-05-19 15:01:28 +01:00
|
|
|
}
|