iwebapp
Version:
39 lines (38 loc) • 893 B
JSON
{
"name": "iwebapp",
"version": "0.0.2",
"description": "前端全栈练手项目",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "webpack",
"example": "http-server -p 8081"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zhangyei/iWebApp.git"
},
"keywords": [
"webapp",
"Es6",
"TypeScript"
],
"author": "Zhangyei",
"license": "MIT",
"bugs": {
"url": "https://github.com/Zhangyei/iWebApp/issues"
},
"homepage": "https://github.com/Zhangyei/iWebApp#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"user": "0.0.0"
}
}