Replace react-scripts-ts with react-scripts

This commit is contained in:
Carlos Martín 2019-02-04 12:35:01 +01:00
parent 3cf37190c2
commit 019dbdcfe1
2 changed files with 4166 additions and 2547 deletions

View File

@ -21,22 +21,22 @@
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts-ts": "2.16.0",
"vscode": "^1.1.17"
},
"scripts": {
"vscode:prepublish": "react-scripts-ts build && tsc -p tsconfig.extension.json",
"vscode:prepublish": "react-scripts build && tsc -p tsconfig.extension.json",
"postinstall": "node ./node_modules/vscode/bin/install",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build && tsc -p tsconfig.extension.json",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
"start": "react-scripts start",
"build": "react-scripts build && tsc -p tsconfig.extension.json",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/jest": "^23.3.13",
"@types/node": "^10.1.2",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"typescript": "^2.8.3"
"react-scripts": "^2.1.3",
"typescript": "^3.3.1"
}
}

6697
yarn.lock

File diff suppressed because it is too large Load Diff