加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.07 KB
一键复制 编辑 原始数据 按行查看 历史
syt123450 提交于 2019-04-19 23:08 . v0.6.1
{
"name": "tensorspace",
"version": "0.6.1",
"description": "Neural network 3D visualization framework",
"main": "dist/tensorspace.cjs.js",
"scripts": {
"test": "npm run test-unit && npm run test-e2e",
"test-unit": "mocha",
"test-e2e": "./scripts/test-e2e.sh",
"build": "rollup --config rollup.config.js",
"build-npm": "rollup --config rollup.config.npm.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"publish-local": "yalc publish"
},
"directories": {
"assets": "static resource for github repo",
"docs": "document for users and contributors",
"examples": "tensorspace.js show cases",
"test": "test scripts",
"dist": "released files, build code for different environment",
"build": "build files folder for local development",
"src": "source code"
},
"dependencies": {
"@tensorflow/tfjs": "^1.0.0",
"@tweenjs/tween.js": "^17.2.0",
"install": "^0.12.1",
"npm": "^6.4.1",
"stats-js": "^1.0.0",
"three": "^0.102.1",
"three-trackballcontrols": "^0.0.7"
},
"devDependencies": {
"all-contributors-cli": "^5.3.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"eslint": "^5.13.0",
"eslint-config-mdcs": "^4.2.3",
"jasmine-core": "^3.3.0",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"mocha": "^4.1.0",
"puppeteer": "^1.11.0",
"rollup": "^0.66.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^4.0.1",
"terser": "^3.14.1",
"yalc": "^1.0.0-pre.27"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tensorspace-team/tensorspace.git"
},
"homepage": "https://github.com/tensorspace-team/tensorspace#readme",
"author": "tensorspace-team",
"license": "Apache-2.0",
"keywords": [
"tensor",
"tensorflow",
"space",
"three",
"tween",
"visual",
"machine",
"learning",
"graphics",
"visual",
"diagram",
"interface"
],
"contributors": [
{
"name": "syt123450",
"email": "syt123450@gmail.com",
"url": "https://github.com/syt123450"
},
{
"name": "zchholmes",
"email": "zchholmes@gmail.com",
"url": "https://github.com/zchholmes"
},
{
"name": "CharlesLiuyx",
"email": "charlesliuyx@gmail.com",
"url": "https://github.com/CharlesLiuyx"
},
{
"name": "lq3297401",
"email": "noraliu3648@gmail.com",
"url": "https://github.com/lq3297401"
},
{
"name": "Truemedia",
"url": "https://github.com/Truemedia"
},
{
"name": "dylans",
"url": "https://github.com/dylans"
},
{
"name": "BoTime",
"url": "https://github.com/BoTime"
},
{
"name": "kamidipreetham",
"url": "https://github.com/kamidipreetham"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化