|
| 1 | +{ |
| 2 | + "name": "cloudmana-landing-page", |
| 3 | + "version": "1.0.0", |
| 4 | + "license": "MIT", |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start", |
| 9 | + "build-stats": "cross-env ANALYZE=true npm run build", |
| 10 | + "build-prod": "run-s clean build export", |
| 11 | + "export": "next export", |
| 12 | + "clean": "rimraf .next out", |
| 13 | + "lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" --fix", |
| 14 | + "format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"", |
| 15 | + "build-types": "tsc --noEmit --pretty", |
| 16 | + "prepare": "husky install" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "classnames": "^2.3.1", |
| 20 | + "next": "^12.0.9", |
| 21 | + "next-seo": "^4.29.0", |
| 22 | + "react": "^17.0.2", |
| 23 | + "react-dom": "^17.0.2", |
| 24 | + "styled-jsx-plugin-postcss": "^4.0.1" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@next/bundle-analyzer": "^12.0.9", |
| 28 | + "@types/node": "^17.0.13", |
| 29 | + "@types/react": "^17.0.38", |
| 30 | + "@typescript-eslint/eslint-plugin": "^5.10.1", |
| 31 | + "@typescript-eslint/parser": "^5.10.1", |
| 32 | + "autoprefixer": "^10.4.2", |
| 33 | + "cross-env": "^7.0.3", |
| 34 | + "cssnano": "^5.0.16", |
| 35 | + "eslint": "^8.7.0", |
| 36 | + "eslint-config-airbnb-base": "^15.0.0", |
| 37 | + "eslint-config-airbnb-typescript": "^16.1.0", |
| 38 | + "eslint-config-next": "^12.0.9", |
| 39 | + "eslint-config-prettier": "^8.3.0", |
| 40 | + "eslint-plugin-import": "^2.25.4", |
| 41 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 42 | + "eslint-plugin-prettier": "^4.0.0", |
| 43 | + "eslint-plugin-react": "^7.28.0", |
| 44 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 45 | + "eslint-plugin-unused-imports": "^2.0.0", |
| 46 | + "husky": "^7.0.4", |
| 47 | + "lint-staged": "^12.3.2", |
| 48 | + "npm-run-all": "^4.1.5", |
| 49 | + "postcss": "^8.4.5", |
| 50 | + "prettier": "^2.5.1", |
| 51 | + "rimraf": "^3.0.2", |
| 52 | + "tailwindcss": "^3.0.17", |
| 53 | + "typescript": "^4.5.5" |
| 54 | + } |
| 55 | +} |
0 commit comments