mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-08-27 19:19:42 +00:00
23 lines
496 B
JSON
23 lines
496 B
JSON
{
|
|
"name": "livesplit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/bundle.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/react": "^0.14.55",
|
|
"@types/react-dom": "^0.14.19",
|
|
"react": "^15.4.1",
|
|
"react-dom": "^15.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"awesome-typescript-loader": "^3.0.0-beta.17",
|
|
"source-map-loader": "^0.1.5",
|
|
"typescript": "^2.1.4"
|
|
}
|
|
}
|