1 Star 0 Fork 3

韩纪江/TypeScriptLearn

forked from Gayhub/TypeScriptLearn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
che_gayhub 提交于 2022-02-09 00:52 . ES6 类的基础-基础
{
"name": "client-side",
"version": "1.0.0",
"description": "source code of ts learn",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.js"
},
"keywords": [
"typescript"
],
"author": "che_gayhub <che_gayhub@outlook.com>",
"license": "MIT",
"dependencies": {
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.3.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^2.0.2",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^7.0.5",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoyin007/type-script-learn.git
git@gitee.com:xiaoyin007/type-script-learn.git
xiaoyin007
type-script-learn
TypeScriptLearn
main

搜索帮助