-
- Downloads
wip, started mol-gl
Showing
- package.json 7 additions, 2 deletionspackage.json
- src/apps/render-test/index.tsx 11 additions, 0 deletionssrc/apps/render-test/index.tsx
- src/apps/render-test/ui.tsx 15 additions, 0 deletionssrc/apps/render-test/ui.tsx
- src/mol-gl/context.ts 12 additions, 0 deletionssrc/mol-gl/context.ts
- tsconfig.json 1 addition, 0 deletionstsconfig.json
... | ... | @@ -49,9 +49,11 @@ |
"@types/jest": "^22.1.3", | ||
"@types/node": "^9.4.6", | ||
"@types/node-fetch": "^1.6.7", | ||
"argparse": "^1.0.10", | ||
"@types/react": "^16.0.4", | ||
"@types/react-dom": "^16.0.4", | ||
"benchmark": "^2.1.4", | ||
"jest": "^22.4.2", | ||
"regl": "git+https://github.com/regl-project/regl.git#45c6ec570232420fca21567499c9c5a2a054432e", | ||
"rollup": "^0.56.2", | ||
"rollup-plugin-buble": "^0.19.2", | ||
"rollup-plugin-commonjs": "^8.3.0", | ||
... | ... | @@ -65,7 +67,10 @@ |
"util.promisify": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"argparse": "^1.0.10", | ||
"express": "^4.16.2", | ||
"node-fetch": "^2.0.0" | ||
"node-fetch": "^2.0.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
} | ||
} |
src/apps/render-test/index.tsx
0 → 100644
src/apps/render-test/ui.tsx
0 → 100644
src/mol-gl/context.ts
0 → 100644
Please register or sign in to comment