Replace react-scripts-ts with react-scripts
This commit is contained in:
parent
3cf37190c2
commit
019dbdcfe1
16
package.json
16
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user