123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "name": "mol-star-proto",
- "version": "0.1.0",
- "description": "Comprehensive molecular library.",
- "homepage": "https://github.com/mol-star/mol-star-proto#readme",
- "repository": {
- "type": "git",
- "url": "https://github.com/mol-star/mol-star-proto.git"
- },
- "bugs": {
- "url": "https://github.com/mol-star/mol-star-proto/issues"
- },
- "scripts": {
- "lint": "tslint src/**/*.ts",
- "build": "cpx \"src/**/*.{vert,frag,glsl,scss,woff,woff2,ttf,otf,eot,svg,html}\" build/node_modules/ && tsc",
- "watch": "tsc -watch",
- "watch-extra": "cpx \"src/**/*.{vert,frag,glsl,scss,woff,woff2,ttf,otf,eot,svg,html}\" build/node_modules/ --watch",
- "test": "jest",
- "build-viewer": "webpack build/node_modules/apps/viewer/index.js --mode development -o build/viewer/index.js",
- "watch-viewer": "webpack build/node_modules/apps/viewer/index.js -w --mode development -o build/viewer/index.js"
- },
- "jest": {
- "moduleFileExtensions": [
- "ts",
- "js"
- ],
- "transform": {
- "\\.ts$": "ts-jest",
- "\\.(glsl|frag|vert)$": "jest-raw-loader"
- },
- "moduleDirectories": [
- "node_modules",
- "build/node_modules"
- ],
- "moduleNameMapper": {
- "mol-app($|/.*)": "<rootDir>/src/mol-app$1",
- "mol-data($|/.*)": "<rootDir>/src/mol-data$1",
- "mol-geo($|/.*)": "<rootDir>/src/mol-geo$1",
- "mol-gl($|/.*)": "<rootDir>/src/mol-gl$1",
- "mol-io($|/.*)": "<rootDir>/src/mol-io$1",
- "mol-math($|/.*)": "<rootDir>/src/mol-math$1",
- "mol-model($|/.*)": "<rootDir>/src/mol-model$1",
- "mol-ql($|/.*)": "<rootDir>/src/mol-ql$1",
- "mol-script($|/.*)": "<rootDir>/src/mol-script$1",
- "mol-task($|/.*)": "<rootDir>/src/mol-task$1",
- "mol-util($|/.*)": "<rootDir>/src/mol-util$1",
- "mol-view($|/.*)": "<rootDir>/src/mol-view$1"
- },
- "testRegex": "\\.spec\\.ts$"
- },
- "glslify": {
- "transform": [
- "glslify-import"
- ]
- },
- "author": "",
- "license": "MIT",
- "devDependencies": {
- "@types/argparse": "^1.0.33",
- "@types/benchmark": "^1.0.31",
- "@types/compression": "0.0.36",
- "@types/express": "^4.11.1",
- "@types/jest": "^22.2.3",
- "@types/node": "^10.1.1",
- "@types/node-fetch": "^1.6.9",
- "@types/react": "^16.3.14",
- "@types/react-dom": "^16.0.5",
- "benchmark": "^2.1.4",
- "copyfiles": "^2.0.0",
- "cpx": "^1.5.0",
- "css-loader": "^0.28.11",
- "extra-watch-webpack-plugin": "^1.0.3",
- "extract-text-webpack-plugin": "^4.0.0-beta.0",
- "file-loader": "^1.1.11",
- "glslify-import": "^3.1.0",
- "glslify-loader": "^1.0.2",
- "jest": "^22.4.4",
- "jest-raw-loader": "^1.0.1",
- "node-sass": "^4.9.0",
- "raw-loader": "^0.5.1",
- "resolve-url-loader": "^2.3.0",
- "sass-loader": "^7.0.1",
- "style-loader": "^0.21.0",
- "ts-jest": "^22.4.6",
- "tslint": "^5.10.0",
- "typescript": "^2.8.3",
- "uglify-js": "^3.3.25",
- "util.promisify": "^1.0.0",
- "webpack": "^4.8.3",
- "webpack-cli": "^2.1.3"
- },
- "dependencies": {
- "argparse": "^1.0.10",
- "compression": "^1.7.2",
- "express": "^4.16.3",
- "gl": "^4.0.4",
- "immutable": "^4.0.0-rc.9",
- "node-fetch": "^2.1.2",
- "react": "^16.3.2",
- "react-dom": "^16.3.2",
- "rxjs": "^6.1.0"
- }
- }
|