mirror of
https://github.com/rowtype-yoga/purescript-nextjs-template.git
synced 2024-11-22 11:02:52 +03:00
27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"name": "purescript-nextjs-template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "npm run build:spago && npm run build:next",
|
|
"build:spago": "spago build",
|
|
"build:next": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "spago test"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.2",
|
|
"eslint": "8.31.0",
|
|
"eslint-config-next": "13.1.2",
|
|
"next": "13.1.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript": "0.15.6",
|
|
"spago": "0.20.9"
|
|
}
|
|
}
|