123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "rcsb-molstar",
- "version": "0.4.6",
- "description": "RCSB PDB apps and props based on Mol*.",
- "homepage": "https://github.com/rcsb/rcsb-molstar#readme",
- "repository": {
- "type": "git",
- "url": "https://github.com/rcsb/rcsb-molstar.git"
- },
- "bugs": {
- "url": "https://github.com/rcsb/rcsb-molstar/issues"
- },
- "scripts": {
- "test": "npm run lint",
- "lint": "tslint src/**/*.ts",
- "build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
- "build-tsc": "tsc",
- "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" build/src/",
- "build-webpack": "webpack --mode production",
- "watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"",
- "watch-tsc": "tsc -watch",
- "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" build/src/ --watch",
- "watch-webpack": "webpack -w --mode development --display minimal",
- "serve": "http-server -p 1335",
- "preversion": "npm run test",
- "postversion": "git push && git push --tags",
- "prepublishOnly": "npm run test && npm run build"
- },
- "publishConfig": {
- "registry": "http://nexus3.rcsb.org/repository/npm-rcsb/"
- },
- "main": "build/src/index.js",
- "files": [
- "build/dist/"
- ],
- "author": "RCSB PDB and Mol* Contributors",
- "license": "MIT",
- "devDependencies": {
- "@types/argparse": "^1.0.38",
- "@types/node": "^13.7.4",
- "@types/node-fetch": "^2.5.4",
- "@types/react": "^16.9.21",
- "@types/react-dom": "^16.9.5",
- "@typescript-eslint/eslint-plugin": "^2.19.2",
- "@typescript-eslint/eslint-plugin-tslint": "^2.19.2",
- "@typescript-eslint/parser": "^2.19.2",
- "concurrently": "^5.1.0",
- "cpx2": "^2.0.0",
- "css-loader": "^3.4.2",
- "eslint": "^6.8.0",
- "extra-watch-webpack-plugin": "^1.0.3",
- "file-loader": "^5.1.0",
- "mini-css-extract-plugin": "^0.9.0",
- "molstar": "^0.5.0",
- "node-fetch": "^2.6.0",
- "node-sass": "^4.13.1",
- "raw-loader": "^4.0.0",
- "react": "^16.12.0",
- "react-dom": "^16.12.0",
- "resolve-url-loader": "^3.1.1",
- "rxjs": "^6.5.4",
- "sass-loader": "^8.0.2",
- "style-loader": "^1.1.3",
- "typescript": "3.7.5",
- "webpack": "^4.41.6",
- "webpack-cli": "^3.3.11"
- },
- "dependencies": {}
- }
|