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.
 
 
 

45 lines
1.2 KiB

{
"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": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"chroma-js": "^2.1.0",
"date-fns": "^2.16.1",
"gql-compress": "^2.0.20",
"gray-matter": "^4.0.2",
"jsonwebtoken": "^8.5.1",
"next": "^9.5.3",
"next-auth": "^3.1.0",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-select": "^3.1.0",
"remark": "^12.0.0",
"remark-html": "^11.0.1",
"yaml": "^1.10.0"
},
"devDependencies": {
"@types/chroma-js": "^2.0.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/next-auth": "^3.1.4",
"@types/node": "^14.10.2",
"@types/react": "^16.9.49",
"@types/react-select": "^3.0.19",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.20.6",
"typescript": "^4.0.2"
}
}