|
| 1 | +{ |
| 2 | + "name": "feid.dev", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Source code for https://feid.dev/", |
| 5 | + "main": "N/A", |
| 6 | + "repository": "https://github.com/frontend-id/feid.dev.git", |
| 7 | + "author": "Resi Respati <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "private": true, |
| 10 | + "scripts": { |
| 11 | + "dev": "next", |
| 12 | + "build": "next build", |
| 13 | + "export": "next export", |
| 14 | + "start": "next start", |
| 15 | + "format": "prettier --write \"./**/*.{ts,tsx}\"", |
| 16 | + "lint": "eslint \"**/*.{ts,tsx}\" \"*.config.js\"", |
| 17 | + "test": "npm run type-check && npm run lint", |
| 18 | + "type-check": "tsc --noEmit" |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "@chakra-ui/core": "^1.0.0-rc.3", |
| 22 | + "@emotion/babel-preset-css-prop": "^10.0.27", |
| 23 | + "emotion": "^10.0.27", |
| 24 | + "emotion-server": "^10.0.27", |
| 25 | + "next": "^9.5.2", |
| 26 | + "react": "^16.13.1", |
| 27 | + "react-dom": "^16.13.1" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "@types/node": "^12.12.54", |
| 31 | + "@types/react": "^16.9.48", |
| 32 | + "@types/react-dom": "^16.9.8", |
| 33 | + "@typescript-eslint/eslint-plugin": "^3.10.1", |
| 34 | + "@typescript-eslint/parser": "^3.10.1", |
| 35 | + "eslint": "^7.7.0", |
| 36 | + "eslint-config-airbnb": "^18.2.0", |
| 37 | + "eslint-config-prettier": "^6.11.0", |
| 38 | + "eslint-plugin-import": "^2.22.0", |
| 39 | + "eslint-plugin-jsx-a11y": "^6.3.1", |
| 40 | + "eslint-plugin-prettier": "^3.1.4", |
| 41 | + "eslint-plugin-react": "^7.20.6", |
| 42 | + "eslint-plugin-react-hooks": "^4.1.0", |
| 43 | + "prettier": "^2.1.1", |
| 44 | + "typescript": "^4.0.2" |
| 45 | + } |
| 46 | +} |
0 commit comments