mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 17:18:08 +00:00
26 lines
663 B
JSON
26 lines
663 B
JSON
{
|
|
"name": "dotstats-frontend",
|
|
"version": "0.1.0",
|
|
"author": "Parity Technologies Ltd. <admin@parity.io>",
|
|
"license": "GPL-3.0",
|
|
"description": "Polkadot Telemetry frontend",
|
|
"dependencies": {
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-scripts-ts": "2.16.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts-ts start",
|
|
"build": "react-scripts-ts build",
|
|
"test": "react-scripts-ts test --env=jsdom",
|
|
"eject": "react-scripts-ts eject"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^23.0.2",
|
|
"@types/node": "^10.3.2",
|
|
"@types/react": "^16.3.17",
|
|
"@types/react-dom": "^16.0.6",
|
|
"typescript": "^2.9.2"
|
|
}
|
|
}
|