You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
439 B
JSON
23 lines
439 B
JSON
5 years ago
|
{
|
||
|
"name": "sos-nextjs",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "next start",
|
||
|
"dev": "next dev",
|
||
|
"build": "next build"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {},
|
||
|
"dependencies": {
|
||
|
"express": "^4.17.1",
|
||
|
"express-promise-router": "^3.0.3",
|
||
|
"luxon": "^1.22.0",
|
||
|
"next": "^9.2.1",
|
||
|
"react": "^16.12.0",
|
||
|
"react-dom": "^16.12.0"
|
||
|
}
|
||
|
}
|