1 Star 0 Fork 1

cong_wa/StaticReact

forked from Tintin/StaticReact 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tintin 提交于 2020-07-14 11:13 . init
{
"name": "static-react",
"version": "1.0.0",
"description": "",
"scripts": {
"build-jsx": "babel src --out-dir build",
"build-blog": "node build/index.js --out-dir public",
"build": "npm run build-jsx && node build/index.js > index.html"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.0",
"highlight.js": "^10.1.1",
"marked": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cong_wa/StaticReact.git
git@gitee.com:cong_wa/StaticReact.git
cong_wa
StaticReact
StaticReact
master

搜索帮助