mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"name": "project-page",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.3.2",
|
|
"next": "12.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-feather": "^2.0.10",
|
|
"react-syntax-highlighter": "^15.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.12",
|
|
"eslint": "8.25.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.2.0"
|
|
}
|
|
}
|