purescript-nextjs-template/package.json
2023-01-21 20:51:57 +01:00

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"
}
}