wisemapping-frontend/packages/editor/package.json

54 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "@wisemapping/editor",
2022-01-24 16:11:38 +01:00
"version": "0.1.0",
"main": "dist/editor.bundle.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"playground": "webpack serve --config webpack.playground.js",
"cy:run": "cypress run",
"test:integration": "start-server-and-test 'yarn playground' http-get://localhost:8081 'yarn cy:run'",
"test": "yarn test:integration"
2022-01-24 16:11:38 +01:00
},
"repository": "http://www.wisemapping.com",
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
2022-01-24 16:11:38 +01:00
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.2.0",
"copy-webpack-plugin": "^10.2.1",
"cypress": "^9.3.1",
"cypress-image-snapshot": "^4.0.1",
"eslint": "^7.14.0",
2021-02-23 07:16:10 +01:00
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
2022-01-24 16:11:38 +01:00
"html-webpack-plugin": "^5.5.0",
2021-02-23 07:16:10 +01:00
"prettier": "^2.2.1",
"react": "^17.0.0",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
2022-01-24 16:11:38 +01:00
"typescript": "^4.1.2",
"webpack": "^5.67.0",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@types/styled-components": "^5.1.4",
2022-01-24 16:11:38 +01:00
"@wisemapping/mindplot": "^0.4.15",
"styled-components": "^5.2.1"
2022-01-24 16:11:38 +01:00
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-intl": "^5.24.3"
}
2022-01-24 16:11:38 +01:00
}