UNPKG

create-appncy

Version:

Create projects as goncy would

43 lines (42 loc) 1.28 kB
{ "name": "{{name}}", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint . --cache --cache-location .eslintcache", "lint:fix": "eslint . --fix --cache --cache-location .eslintcache" }, "dependencies": { "@tailwindcss/postcss": "4.2.4", "next": "^16.2.4", "postcss": "^8.5.10", "react": "^19.2.5", "react-dom": "^19.2.5", "tailwindcss": "4.2.4" }, "devDependencies": { "@eslint/js": "^9.39.4", "@next/eslint-plugin-next": "^16.2.4", "@stylistic/eslint-plugin": "^5.10.0", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "babel-plugin-react-compiler": "1.0.0", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-perfectionist": "^5.9.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-react-hooks": "^7.1.1", "globals": "^17.5.0", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.7.3", "typescript": "^6.0.3", "typescript-eslint": "^8.59.0" } }