mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
104 lines
3.0 KiB
JSON
104 lines
3.0 KiB
JSON
{
|
|
"name": "@projectstorm/react-diagrams",
|
|
"version": "5.3.2",
|
|
"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": {
|
|
"build": "yarn build:clean && lerna run build --stream",
|
|
"build:es": "lerna run build:es --stream",
|
|
"build:prod": "yarn build:clean && 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",
|
|
"build:clean": "lerna run clean --stream",
|
|
"test:ci": "lerna run test --stream -- --runInBand --ci ",
|
|
"pretty": "prettier --write \"packages/**/*.{ts,tsx,scss,js,jsx}\""
|
|
},
|
|
"peerDependencies": {
|
|
"closest": "^0.0.1",
|
|
"lodash": "4.*",
|
|
"pathfinding": "^0.4.18",
|
|
"paths-js": "^0.4.9",
|
|
"react": "16.*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@emotion/core": "^10.0.14",
|
|
"@emotion/styled": "^10.0.14",
|
|
"@storybook/addon-actions": "^5.1.9",
|
|
"@storybook/addon-options": "^5.1.9",
|
|
"@storybook/addons": "^5.1.9",
|
|
"@storybook/react": "^5.1.9",
|
|
"@storybook/storybook-deployer": "^2.8.1",
|
|
"@storybook/theming": "^5.1.9",
|
|
"@types/dagre": "^0.7.42",
|
|
"@types/jest": "^24.0.16",
|
|
"@types/jest-environment-puppeteer": "^4.0.0",
|
|
"@types/lodash": "^4.14.136",
|
|
"@types/mathjs": "^6.0.1",
|
|
"@types/node": "^12.6.8",
|
|
"@types/promise": "^7.1.30",
|
|
"@types/puppeteer": "^1.19.0",
|
|
"@types/react": "^16.8.23",
|
|
"babel-loader": "^8.0.6",
|
|
"closest": "^0.0.1",
|
|
"copy-webpack-plugin": "^5.0.4",
|
|
"cross-env": "^5.2.0",
|
|
"css-loader": "^3.1.0",
|
|
"dagre": "^0.8.4",
|
|
"enzyme": "^3.10.0",
|
|
"file-loader": "^4.1.0",
|
|
"glob": "^7.1.4",
|
|
"jest": "^24.8.0",
|
|
"jest-cli": "^24.8.0",
|
|
"jest-puppeteer": "^4.3.0",
|
|
"json-beautify": "^1.1.0",
|
|
"lerna": "^3.16.4",
|
|
"lodash": "4.*",
|
|
"mathjs": "^6.0.3",
|
|
"pathfinding": "^0.4.18",
|
|
"paths-js": "^0.4.9",
|
|
"prettier": "^1.18.2",
|
|
"puppeteer": "^1.19.0",
|
|
"raf": "^3.4.1",
|
|
"raw-loader": "^3.1.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-syntax-highlighter": "^11.0.2",
|
|
"react-test-renderer": "^16.8.6",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"rimraf": "^3.0.2",
|
|
"source-map-loader": "^0.2.4",
|
|
"storybook-host": "^5.1.0",
|
|
"storybook-readme": "^5.0.5",
|
|
"style-loader": "^0.23.1",
|
|
"terser-webpack-plugin": "^1.3.0",
|
|
"ts-jest": "^24.0.2",
|
|
"ts-loader": "^6.0.4",
|
|
"typescript": "^3.5.3",
|
|
"val-loader": "^1.1.1",
|
|
"webpack": "^4.38.0",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-dev-server": "^3.7.2",
|
|
"webpack-node-externals": "^1.7.2"
|
|
}
|
|
}
|