Files
redwood-tutorial/web/package.json
2022-02-07 11:29:48 -08:00

36 lines
812 B
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"browserslist": {
"development": [
"last 1 version"
],
"production": [
"defaults",
"not IE 11",
"not IE_Mob 11"
]
},
"dependencies": {
"@redwoodjs/auth": "^0.44.1",
"@redwoodjs/forms": "^0.44.1",
"@redwoodjs/router": "^0.44.1",
"@redwoodjs/web": "^0.44.1",
"netlify-identity-widget": "^1.9.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"tailwindcss": "^3.0.15"
}
}