universe-simulation
Version:
A powerful JavaScript library for creating interactive universe simulations with three.js
86 lines (85 loc) • 1.88 kB
JSON
{
"name": "universe-simulation",
"version": "1.0.1",
"description": "A powerful JavaScript library for creating interactive universe simulations with three.js",
"main": "lib/index.js",
"module": "lib/index.js",
"files": [
"lib/**/*",
"README.md",
"LICENSE"
],
"keywords": [
"universe",
"simulation",
"space",
"galaxy",
"astronomy",
"three.js",
"3d",
"webgl",
"cosmos",
"physics"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/champi-dev/universesim.git"
},
"bugs": {
"url": "https://github.com/champi-dev/universesim/issues"
},
"homepage": "https://github.com/champi-dev/universesim#readme",
"dependencies": {
"three": "^0.178.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:lib": "node scripts/build-lib.js",
"prepublishOnly": "npm run build:lib",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"workbox-cacheable-response": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-webpack-plugin": "^7.3.0"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}