2020-12-05 08:47:02 +01:00
|
|
|
{
|
|
|
|
"name": "@wisemapping/editor",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "src/index.tsx",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint src"
|
|
|
|
},
|
|
|
|
"repository": "http://www.wisemapping.com",
|
|
|
|
"author": "Paulo Veiga <pveiga@gmail.com>, Ezequiel Bergamaschi <ezequielbergamaschi@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": false,
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
"@types/react-dom": "^17.0.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.8.1",
|
|
|
|
"@typescript-eslint/parser": "^4.8.1",
|
|
|
|
"eslint": "^7.14.0",
|
2021-02-23 07:16:10 +01:00
|
|
|
"eslint-config-prettier": "^8.0.0",
|
2020-12-05 08:47:02 +01:00
|
|
|
"eslint-plugin-react": "^7.21.5",
|
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-02-23 07:16:10 +01:00
|
|
|
"prettier": "^2.2.1",
|
2020-12-05 08:47:02 +01:00
|
|
|
"ts-loader": "^8.0.11",
|
|
|
|
"ts-node": "^9.0.0",
|
|
|
|
"typescript": "^4.1.2"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@types/styled-components": "^5.1.4",
|
2021-12-02 01:41:56 +01:00
|
|
|
"@wisemapping/core-js": "^0.0.1",
|
2020-12-05 08:47:02 +01:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"styled-components": "^5.2.1"
|
|
|
|
}
|
2021-12-02 01:41:56 +01:00
|
|
|
}
|