1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 17:42:48 +00:00

typescript conversion

This commit is contained in:
2017-08-02 19:50:00 -05:00
parent 43fadf9c6a
commit 84c2425c6d
13 changed files with 347 additions and 64 deletions

View File

@@ -10,6 +10,10 @@
"author": "Mitchell Gerber",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.0.0",
"@types/react-dom": "^15.5.1",
"@types/react-dropzone": "^3.13.1",
"@types/react-router": "3.0.11",
"autoprefixer": "^6.6.0",
"axios": "^0.15.3",
"babel-core": "^6.21.0",
@@ -25,16 +29,18 @@
"extract-text-webpack-plugin": "2.0.0-rc.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^4.5.0",
"node-sass": "^4.5.3",
"postcss-loader": "^1.2.1",
"react": "^15.4.1",
"react": "15.6.1",
"react-dom": "^15.4.1",
"react-dropzone": "^3.9.2",
"react-router": "^3.0.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"ts-loader": "^2.3.2",
"typescript": "^2.4.2",
"url-loader": "^0.5.7",
"webpack": "2.2.1",
"webpack": "2.3.2",
"webpack-dev-server": "2.2.0"
}
}