5 Star 2 Fork 3

越努力越幸运/cnn-explainer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"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": "^5.1.1",
"rollup-plugin-terser": "^5.1.3",
"svelte": "^3.16.4"
},
"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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fxtfxt/cnn-explainer.git
[email protected]:fxtfxt/cnn-explainer.git
fxtfxt
cnn-explainer
cnn-explainer
master

搜索帮助