Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
912 B

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src/**/*.ts* src/**/**/*.ts*"
},
"dependencies": {
"date-fns": "^2.16.0",
"gql-compress": "^2.0.18",
"gray-matter": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"next": "9.3.5",
"next-auth": "^3.1.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^12.0.0",
"remark-html": "^11.0.1",
"yaml": "^1.10.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/next-auth": "^3.1.1",
"@types/node": "^14.6.2",
"@types/react": "^16.9.48",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.20.6",
"typescript": "^4.0.2"
}
}