Files
koodiklinikka.fi/package.json
2022-02-11 15:51:58 +02:00

50 lines
1.4 KiB
JSON

{
"name": "koodiklinikka",
"version": "1.0.0",
"description": "Koodiklinikka homepage",
"author": "Riku Rouvila <riku@rare.fi>",
"license": "MIT",
"scripts": {
"start": "next",
"build": "next build && next export",
"dev": "SERVER=http://localhost:9000/ NODE_ENV=development next",
"prod": "NODE_ENV=production next build && next export",
"lint": "eslint --ext .tsx --ext .ts .",
"prettify": "prettier --write ."
},
"dependencies": {
"axios": "^0.25.0",
"classnames": "^2.3.1",
"javascript-time-ago": "^2.3.13",
"less": "^4.1.2",
"lodash": "^4.17.21",
"next": "^12.0.10",
"parse-github-event": "^1.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-markdown": "^8.0.0",
"react-time-ago": "^7.1.9",
"sass": "^1.49.7",
"twitter-text": "^3.0.0",
"utility-types": "^3.10.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.10",
"@types/node": "17.0.17",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "4.5.5"
},
"prettier": {
"trailingComma": "es5"
}
}