12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "rcsb-molstar",
- "version": "0.2.4",
- "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}\" 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}\" 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"
- },
- "author": "RCSB PDB and Mol* Contributors",
- "license": "MIT",
- "devDependencies": {
- "@types/argparse": "^1.0.36",
- "@types/node": "^12.7.7",
- "@types/node-fetch": "^2.5.2",
- "@types/react": "^16.9.3",
- "@types/react-dom": "^16.9.1",
- "concurrently": "^4.1.2",
- "cpx": "^1.5.0",
- "css-loader": "^3.2.0",
- "extra-watch-webpack-plugin": "^1.0.3",
- "file-loader": "^4.2.0",
- "mini-css-extract-plugin": "^0.8.0",
- "molstar": "^0.2.14",
- "node-fetch": "^2.6.0",
- "node-sass": "^4.12.0",
- "raw-loader": "^3.1.0",
- "react": "^16.9.0",
- "react-dom": "^16.9.0",
- "resolve-url-loader": "^3.1.0",
- "sass-loader": "^8.0.0",
- "style-loader": "^1.0.0",
- "tslint": "^5.20.0",
- "typescript": "3.6.3",
- "webpack": "^4.41.0",
- "webpack-cli": "^3.3.9"
- },
- "dependencies": {}
- }
|