1 Star 0 Fork 0

AilikeZ/cnn-explainer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jay Wong 提交于 2020-12-07 11:05 . Fix css bundle path issue (fix #25)
{
"name": "svelte-app",
"version": "1.0.0",
"devDependencies": {
"@rollup/plugin-replace": "^2.3.2",
"rollup": "^1.27.13",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "~6.1.1",
"rollup-plugin-terser": "^5.1.3",
"svelte": "^3.31.0"
},
"dependencies": {
"@tensorflow/tfjs": "^1.4.0",
"sirv-cli": "^0.4.4"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single",
"start:dev": "sirv public --single --dev"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ailikez/cnn-explainer.git
git@gitee.com:ailikez/cnn-explainer.git
ailikez
cnn-explainer
cnn-explainer
master

搜索帮助