mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "bootcamp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"ts-loader": "^5.3.3",
|
|
"typescript": "^3.2.4",
|
|
"webpack": "^4.28.4",
|
|
"webpack-cli": "^3.2.1",
|
|
"webpack-dev-server": "^3.1.14"
|
|
}
|
|
}
|