Skip to content

Instantly share code, notes, and snippets.

@rlogwood
Created June 28, 2021 02:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlogwood/eb2c1d8e6e8f63997013d1f34f2c1016 to your computer and use it in GitHub Desktop.
Save rlogwood/eb2c1d8e6e8f63997013d1f34f2c1016 to your computer and use it in GitHub Desktop.
{
"name": "app_name_here",
"private": true,
"engines": {
"yarn": "1.22.10",
"node": "14.16"
},
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^6.0.0-beta.7",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^1.6.1",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.0",
"postcss-scss": "^4.0.0",
"stimulus": "^2.0.0",
"tailwindcss": "^2.2.4",
"turbolinks": "^5.2.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.5.1",
"webpack-dev-server": "^3.11.2"
},
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment