mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
101 lines
2.8 KiB
JSON
101 lines
2.8 KiB
JSON
{
|
|
"name": "@projectstorm/react-diagrams",
|
|
"author": "dylanvorster",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/projectstorm/react-diagrams.git"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"keywords": [
|
|
"web",
|
|
"diagram",
|
|
"diagrams",
|
|
"react",
|
|
"typescript",
|
|
"flowchart",
|
|
"simple",
|
|
"links",
|
|
"nodes"
|
|
],
|
|
"scripts": {
|
|
"clean": "tsc --build --clean && lerna run clean --stream",
|
|
"build": "tsc --build && lerna run build --stream",
|
|
"build:prod": "yarn build:clean && tsc --build && lerna run build:prod --stream",
|
|
"watch": "yarn build:clean && lerna run watch --stream",
|
|
"publish:dev": "yarn build:prod && lerna publish --force-publish --dist-tag=next",
|
|
"publish:prod": "yarn build:prod && lerna publish --force-publish",
|
|
"publish:storybook": "cd packages/diagrams-demo-gallery && yarn storybook:build && ../../node_modules/.bin/storybook-to-ghpages --existing-output-dir .out",
|
|
"test:ci": "lerna run test --stream -- --runInBand --ci ",
|
|
"pretty": "prettier --write \"packages/**/*.{ts,tsx,scss,js,jsx}\""
|
|
},
|
|
"peerDependencies": {
|
|
"closest": "^0.0.1",
|
|
"emotion": "11.*",
|
|
"lodash": "4.*",
|
|
"pathfinding": "^0.4.18",
|
|
"paths-js": "^0.4.11",
|
|
"react": "17.*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.10",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"@emotion/react": "^11.1.5",
|
|
"@emotion/styled": "^11.1.5",
|
|
"@storybook/addon-actions": "^6.1.21",
|
|
"@storybook/addon-options": "^5.3.21",
|
|
"@storybook/addons": "^6.1.21",
|
|
"@storybook/react": "^6.1.21",
|
|
"@storybook/storybook-deployer": "^2.8.7",
|
|
"@storybook/theming": "^6.1.21",
|
|
"@types/dagre": "^0.7.44",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/jest-environment-puppeteer": "^4.4.1",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/node": "^14.14.34",
|
|
"@types/promise": "^7.1.30",
|
|
"@types/puppeteer": "^5.4.3",
|
|
"@types/react": "^17.0.3",
|
|
"babel-loader": "^8.2.2",
|
|
"closest": "^0.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^5.1.2",
|
|
"dagre": "^0.8.5",
|
|
"enzyme": "^3.11.0",
|
|
"file-loader": "^6.2.0",
|
|
"glob": "^7.1.6",
|
|
"jest": "^26.6.3",
|
|
"jest-cli": "^26.6.3",
|
|
"jest-puppeteer": "^4.4.0",
|
|
"json-beautify": "^1.1.1",
|
|
"lerna": "^4.0.0",
|
|
"lodash": "4.*",
|
|
"pathfinding": "^0.4.18",
|
|
"paths-js": "^0.4.11",
|
|
"prettier": "^2.2.1",
|
|
"puppeteer": "^8.0.0",
|
|
"raf": "^3.4.1",
|
|
"raw-loader": "^4.0.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^17.0.1",
|
|
"react-test-renderer": "^17.0.1",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"rimraf": "^3.0.2",
|
|
"source-map-loader": "^2.0.1",
|
|
"storybook-host": "^5.2.0",
|
|
"storybook-readme": "^5.0.9",
|
|
"style-loader": "^2.0.0",
|
|
"terser-webpack-plugin": "^5.1.1",
|
|
"ts-jest": "^26.5.3",
|
|
"ts-loader": "^8.0.18",
|
|
"typescript": "^4.2.3",
|
|
"val-loader": "^3.1.0",
|
|
"webpack": "^5.25.0",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-node-externals": "^2.5.2"
|
|
}
|
|
}
|