加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhenabc 提交于 2019-12-04 17:17 . add origin files
{
"name": "wamp",
"version": "1.0.0",
"description": "hello wamp",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git@gitee.com:yuhenabc/hellowamp.git"
},
"keywords": [
"wamp"
],
"author": "yuhenabc@126.com",
"license": "MIT",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"wampy": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"parcel-bundler": "^1.12.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化