[package] Install react and use npmjs libview
... | ... | @@ -24,22 +24,26 @@ |
"author": "LOGILAB <contact@logilab.fr>", | ||
"license": "LGPL-3.0", | ||
"dependencies": { | ||
"@logilab/libview": "file:../libview", | ||
"@logilab/libview": "^0.5.0", | ||
"react": "^16.13.0", | ||
"react-dom": "^16.13.0", | ||
"vue": "^2.5.16" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/rdflib": "^0.17.0", | ||
"@types/react": "^16.9.23", | ||
"@types/react-dom": "^16.9.5", | ||
"ajv": "^6.5.2", | ||
"chai": "^4.2.0", | ||
"copy-webpack-plugin": "^4.5.2", | ||
"css-loader": "^1.0.0", | ||
"mocha": "^5.2.0", | ||
"source-map-loader": "^0.2.3", | ||
"tslint": "^5.11.0", | ||
"ts-loader": "^4.4.2", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^2.9.2", | ||
"typescript-formatter": "^7.2.2", | ||
"vue-loader": "^15.2.6", | ||
... | ... |