1 Star 0 Fork 0

we_coder/ts-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 897 Bytes
一键复制 编辑 原始数据 按行查看 历史
we_coder 提交于 2021-05-16 02:59 +08:00 . update package.json.
{
"name": "{{name}}",
"version": "{{version}}",
"description": "{{description}}",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config=config/webpack.config.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --config=config/webpack.config.js"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.0",
"ora": "^4.0.2",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"keywords": [],
"author": "{{author}}",
"license": "ISC",
"dependencies": {
"cross-env": "^6.0.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/we_coder/ts-app.git
git@gitee.com:we_coder/ts-app.git
we_coder
ts-app
ts-app
master

搜索帮助