40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "reactflow-examples",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"copystyles": "cp ../../node_modules/reactflow/dist/style.css ./styles/rf-style.css && cp ../../node_modules/reactflow/dist/base.css ./styles/rf-base.css",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"cypress": "cypress"
|
|
},
|
|
"dependencies": {
|
|
"@preconstruct/next": "^4.0.0",
|
|
"dagre": "^0.8.5",
|
|
"localforage": "^1.10.0",
|
|
"next": "12.2.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"reactflow": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/skip-test": "^2.6.1",
|
|
"@types/dagre": "^0.7.47",
|
|
"cypress": "^10.6.0",
|
|
"cypress-real-events": "^1.7.1",
|
|
"eslint": "^8.22.0",
|
|
"eslint-config-next": "12.2.2",
|
|
"next-global-css": "^1.3.1",
|
|
"postcss": "^8.4.16",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-nested": "^5.0.6",
|
|
"postcss-preset-env": "^7.7.2",
|
|
"tsconfig": "*",
|
|
"webpack": "^5.74.0"
|
|
}
|
|
}
|