Spaces:
Running
Running
| { | |
| "name": "interstellar-demo", | |
| "version": "2.0.1", | |
| "description": "Interstellar wormhole & blackhole simulator", | |
| "scripts": { | |
| "dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --disable-host-check", | |
| "build": "cross-env NODE_ENV=production webpack", | |
| "version": "node update-version.js && git add index.html", | |
| "postversion": "git push && git push --tags" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/sirxemic/Interstellar.git" | |
| }, | |
| "keywords": [ | |
| "interstellar", | |
| "demo", | |
| "black hole", | |
| "wormhole" | |
| ], | |
| "author": "Pim Schreurs", | |
| "license": "MIT", | |
| "bugs": { | |
| "url": "https://github.com/sirxemic/Interstellar/issues" | |
| }, | |
| "homepage": "https://github.com/sirxemic/Interstellar#readme", | |
| "devDependencies": { | |
| "@babel/core": "^7.6.2", | |
| "@babel/preset-env": "^7.6.2", | |
| "babel-loader": "^8.0.6", | |
| "core-js": "^3.2.1", | |
| "cross-env": "^5.1.5", | |
| "eslint": "^6.5.1", | |
| "eslint-config-standard": "^14.1.0", | |
| "eslint-loader": "^3.0.2", | |
| "eslint-plugin-import": "^2.18.2", | |
| "eslint-plugin-node": "^10.0.0", | |
| "eslint-plugin-promise": "^4.2.1", | |
| "eslint-plugin-standard": "^4.0.1", | |
| "raw-loader": "^3.1.0", | |
| "three": "^0.92.0", | |
| "webpack": "^4.41.0", | |
| "webpack-cli": "^3.3.9", | |
| "webpack-dev-server": "^3.8.2" | |
| }, | |
| "browserslist": [ | |
| "> 1%", | |
| "last 2 versions", | |
| "not ie <= 10" | |
| ], | |
| "dependencies": {} | |
| } | |