create-next-app-template
Version:
This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>
93 lines (92 loc) • 2.81 kB
JSON
{
"name": "create-next-app-template",
"version": "1.4.3",
"bin": {
"create-next-app-template": "bin/create-next-app-template.js"
},
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "eslint .",
"analyze": "cross-env ANALYZE=true next build",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "5.56",
"@types/node": "^22.7.2",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react-query": "^1.2.9",
"axios": "^1.7.7",
"build": "^0.1.4",
"date-fns": "^4.1.0",
"dble-layout": "^0.2.1",
"emotion": "^11.0.0",
"eslint-config-next": "14.2.13",
"framer-motion": "^12.4.7",
"next": "^15.0.3",
"next-auth": "^4.24.8",
"next-sitemap": "^4.2.3",
"npm": "^10.8.3",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "18.3.1",
"recoil": "^0.7.7",
"simplebar-react": "^3.3.0",
"typescript": "^5.6.2",
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"@babel/runtime": "^7.26.0",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/eslint-plugin": "^11.12.0",
"@next/bundle-analyzer": "^14.2.13",
"@types/next-pwa": "^5.6.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-emotion": "^11.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"next-pwa": "^5.6.0",
"prettier": "^3.3.3"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deep-hwan/create-next-app-template.git"
},
"author": "deep-hwan <deep@deepcomu.com>",
"license": "MIT",
"homepage": "https://www.dbleagency.com",
"keywords": [
"Next.js",
"Typescript",
"Reactjs",
"Template",
"Speed Code",
"React UI",
"sitemap",
"seo"
],
"packageManager": "npm@10.8.3",
"engines": {
"node": ">=16"
},
"description": "This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>",
"bugs": {
"url": "https://github.com/deep-hwan/create-next-app-template/issues"
}
}