mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
31 lines
842 B
JSON
31 lines
842 B
JSON
|
{
|
||
|
"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",
|
||
|
"eslint-plugin-react": "^7.21.5",
|
||
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||
|
"ts-loader": "^8.0.11",
|
||
|
"ts-node": "^9.0.0",
|
||
|
"typescript": "^4.1.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@types/styled-components": "^5.1.4",
|
||
|
"react": "^17.0.1",
|
||
|
"react-dom": "^17.0.1",
|
||
|
"styled-components": "^5.2.1"
|
||
|
}
|
||
|
}
|