-
David Sehnal authoredDavid Sehnal authored
This project manages its dependencies using npm.
Learn more
package.json 2.85 KiB
{
"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}\" build/node_modules/ && tsc",
"watch": "tsc -watch",
"watch-shader": "cpx \"src/**/*.{vert,frag,glsl}\" build/node_modules/ --watch",
"test": "jest",
"script": "node build/node_modules/script.js",
"app-render-test": "webpack build/node_modules/apps/render-test/index.js --mode development -o web/render-test/index.js",
"app-render-test-watch": "webpack build/node_modules/apps/render-test/index.js -w --mode development -o web/render-test/index.js"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.ts$": "ts-jest",
"\\.(glsl|frag|vert)$": "jest-raw-loader"
},
"moduleDirectories": [
"node_modules",
"build/node_modules"
],
"moduleNameMapper": {
"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/express": "^4.11.1",
"@types/jest": "^22.2.3",
"@types/node": "^9.6.14",
"@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",
"extra-watch-webpack-plugin": "^1.0.3",
"glslify-import": "^3.1.0",
"glslify-loader": "^1.0.2",
"jest": "^22.4.3",
"jest-raw-loader": "^1.0.1",
"raw-loader": "^0.5.1",
"ts-jest": "^22.4.5",
"tslint": "^5.10.0",
"typescript": "^2.8.3",
"uglify-js": "^3.3.24",
"util.promisify": "^1.0.0",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3"
},
"dependencies": {
"argparse": "^1.0.10",
"express": "^4.16.3",
"gl": "^4.0.4",
"material-ui": "^1.0.0-beta.46",
"node-fetch": "^2.1.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"rxjs": "^6.1.0"
}
}