mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Step 1-01 updates
This commit is contained in:
11
package.json
11
package.json
@@ -2,6 +2,10 @@
|
||||
"name": "bootcamp",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/frontend-bootcamp"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start:client": "webpack-dev-server --mode development --progress --open",
|
||||
@@ -18,6 +22,7 @@
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "^1.17.0",
|
||||
"@types/cors": "^2.8.4",
|
||||
"@types/enzyme": "^3.9.0",
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/jest": "^23.3.13",
|
||||
"@types/node": "~10.12.21",
|
||||
@@ -26,11 +31,10 @@
|
||||
"@types/react-redux": "^7.0.0",
|
||||
"@types/redux": "^3.6.0",
|
||||
"@types/uuid": "^3.4.4",
|
||||
"@types/enzyme": "^3.9.0",
|
||||
"body-parser": "^1.18.3",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"cors": "^2.8.5",
|
||||
"css-loader": "^2.1.0",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"fork-ts-checker-async-overlay-webpack-plugin": "^0.1.0",
|
||||
"fork-ts-checker-webpack-plugin": "^0.5.2",
|
||||
"html-webpack-plugin": "^4.0.0-beta.5",
|
||||
@@ -41,6 +45,7 @@
|
||||
"style-loader": "^0.23.1",
|
||||
"ts-jest": "^23.10.5",
|
||||
"ts-loader": "^5.3.3",
|
||||
"tslint": "^5.13.0",
|
||||
"typescript": "^3.3.3",
|
||||
"uuid": "^3.3.2",
|
||||
"webpack": "^4.28.4",
|
||||
@@ -66,4 +71,4 @@
|
||||
"redux-starter-kit": "^0.4.3",
|
||||
"redux-thunk": "^2.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user