65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@flowgram.ai/demo-nextjs",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "MIT",
|
|
"files": [
|
|
"public/",
|
|
"src/",
|
|
"eslint.config.js",
|
|
".gitignore",
|
|
"next.config.ts",
|
|
"pnpm-lock.yaml",
|
|
"postcss.config.mjs",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "exit 0",
|
|
"build:prod": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint ./src --cache",
|
|
"lint:fix": "eslint ./src --fix",
|
|
"ts-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"next": "^15.5.7",
|
|
"lodash-es": "^4.17.21",
|
|
"classnames": "^2.5.1",
|
|
"server-only": "^0.0.1",
|
|
"@flowgram.ai/free-layout-editor": "workspace:*",
|
|
"@flowgram.ai/free-snap-plugin": "workspace:*",
|
|
"@flowgram.ai/free-lines-plugin": "workspace:*",
|
|
"@flowgram.ai/free-node-panel-plugin": "workspace:*",
|
|
"@flowgram.ai/minimap-plugin": "workspace:*",
|
|
"@flowgram.ai/free-container-plugin": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@flowgram.ai/ts-config": "workspace:*",
|
|
"@flowgram.ai/eslint-config": "workspace:*",
|
|
"typescript": "^5.8.3",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^18",
|
|
"@types/next": "^9.0.0",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@tailwindcss/postcss": "^4",
|
|
"tailwindcss": "^4",
|
|
"eslint": "^9.0.0",
|
|
"@babel/eslint-parser": "~7.19.1",
|
|
"eslint-plugin-json": "^4.0.1",
|
|
"eslint-plugin-next": "0.0.0",
|
|
"eslint-config-next": "^15.3.1",
|
|
"@eslint/eslintrc": "3.3.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|