This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/package.json
dependabot-preview[bot] 993a2edef5 Bump postcss-nested from 4.1.2 to 4.2.1
Bumps [postcss-nested](https://github.com/postcss/postcss-nested) from 4.1.2 to 4.2.1.
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-nested/compare/4.1.2...4.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-09 00:54:44 +00:00

38 lines
1.1 KiB
JSON

{
"private": true,
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint --ext .js,.vue assets/js/app.js"
},
"dependencies": {
"@symfony/webpack-encore": "^0.28.0",
"highlightjs": "^9.12.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"tailwindcss": "^1.1.3",
"tailwindcss-interaction-variants": "^2.2.0",
"tailwindcss-skip-link": "^1.0.1",
"tailwindcss-spaced-items": "^0.1.0",
"tailwindcss-visuallyhidden": "^1.0.2",
"tailwindcss-vuejs": "^1.1.2",
"vue": "^2.6.10"
},
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"glob-all": "^3.1.0",
"postcss-loader": "^3.0.0",
"purgecss-webpack-plugin": "^1.6.0",
"sugarss": "^2.0.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10"
}
}