Frontend stuff

This commit is contained in:
maciejhirsz
2018-07-02 16:07:16 +02:00
parent fe2419e54b
commit 1eea35b7ce
204 changed files with 659 additions and 227 deletions
+5 -3
View File
@@ -5,9 +5,10 @@
"license": "GPL-3.0",
"description": "Polkadot Telemetry frontend",
"dependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-scripts-ts": "2.16.0"
"react": "16.4.0",
"react-dom": "16.4.0",
"react-scripts-ts": "2.16.0",
"react-svg": "^4.1.1"
},
"scripts": {
"start": "react-scripts-ts start",
@@ -20,6 +21,7 @@
"@types/node": "^10.3.2",
"@types/react": "^16.3.17",
"@types/react-dom": "^16.0.6",
"@types/react-svg": "^3.0.0",
"typescript": "^2.9.2"
}
}