werefox-cafe/src/info/package.json

21 lines
401 B
JSON
Raw Normal View History

2021-04-07 15:46:55 -05:00
{
"name": "info",
"version": "0.1.0",
"private": true,
"scripts": {
2021-04-17 21:38:19 -05:00
"dev": "next dev -p 3444",
2021-04-07 15:46:55 -05:00
"build": "next build",
2021-04-17 21:38:19 -05:00
"start": "next start -p 3444"
2021-04-07 15:46:55 -05:00
},
"dependencies": {
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"foo": "^0.0.7",
2021-04-07 15:46:55 -05:00
"next": "10.1.3",
"postcss": "^8.2.13",
2021-04-07 15:46:55 -05:00
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^2.1.2"
2021-04-07 15:46:55 -05:00
}
}