UNPKG

next13-starter

Version:

Start a Next13 Zustand TypeScript project in few second!

74 lines (73 loc) 1.89 kB
{ "name": "next13-starter", "author": { "name": "ryan-ahn", "email": "kaaiinn4@gmail.com", "url": "https://github.com/ryan-ahn" }, "homepage": "https://github.com/ryan-ahn", "repository": { "type": "git", "url": "https://github.com/ryan-ahn/npm-next13-starter.git" }, "license": "MIT", "description": "Start a Next13 Zustand TypeScript project in few second!", "keywords": [ "react", "next13", "nextjs", "zustand", "styled-components", "eslint", "prettier", "boilerplate" ], "version": "1.0.13", "private": false, "engines": { "node": "v18.18.2" }, "bin": "./bin/npm.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "13.5.5", "react": "^18", "react-dom": "^18", "zustand": "^4.4.3" }, "devDependencies": { "@types/js-cookie": "^3.0.6", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/styled-components": "^5.1.29", "@typescript-eslint/eslint-plugin": "^6.8.0", "@typescript-eslint/parser": "^6.8.0", "axios": "^1.6.7", "eslint": "^8.51.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-next": "13.5.5", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-newline": "^1.5.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "install": "^0.13.0", "js-cookie": "^3.0.5", "npm": "^10.4.0", "prettier": "3.0.3", "styled-components": "^6.1.0", "styled-reset": "^4.5.1", "typescript": "^5", "vercel": "^32.5.0" } }