14 Star 134 Fork 24

nshen/ogl-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ogl-typescript",
"version": "0.1.20",
"description": "TypeScript port of OGL WebGL Library",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"browser": "dist/ogl.es.js",
"browserMin": "dist/ogl.es.min.js",
"unpkg": "dist/ogl.umd.js",
"sideEffects": false,
"directories": {
"example": "examples"
},
"files": [
"dist",
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:dist && npm run build:lib",
"build:dist": "rimraf dist/* && rollup -c",
"build:lib": "rimraf lib/* && tsc",
"build:examples": "rollup -c rollup.config.examples.js",
"dev": "rollup -c -w",
"dev:examples": "rollup -c rollup.config.examples.js -w",
"serve": "npx http-server examples -o"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nshen/ogl-typescript"
},
"keywords": [
"webgl"
],
"author": {
"name": "Nathan Gordon",
"email": "gordonnl@gmail.com",
"url": "https://twitter.com/gordonnl"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nshen/ogl-typescript/issues"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@rollup/plugin-node-resolve": "^7.1.1",
"prettier": "2.0.5",
"rimraf": "^3.0.2",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-generate-html-template": "^1.6.1",
"rollup-plugin-terser": "^5.2.0",
"typescript": "^3.7.5"
},
"homepage": "https://github.com/nshen/ogl-typescript",
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"printWidth": 150,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/nshen/ogl-typescript.git
git@gitee.com:nshen/ogl-typescript.git
nshen
ogl-typescript
ogl-typescript
master

搜索帮助

Cb406eda 1850385 E526c682 1850385