This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyfive/package.json

31 lines
684 B
JSON
Raw Normal View History

2020-09-26 00:58:20 +00:00
{
"name": "odyfive",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
2020-09-27 00:38:43 +00:00
"@inlet/react-pixi": "^5.1.4",
2020-09-26 00:58:20 +00:00
"@types/howler": "^2.2.1",
2020-09-27 00:38:43 +00:00
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"animejs": "^3.2.0",
2020-09-26 00:58:20 +00:00
"hotkeys-js": "^3.8.1",
"howler": "^2.2.0",
"parcel-bundler": "^1.12.4",
"pixi.js": "^5.3.3",
2020-09-27 00:38:43 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
2020-09-26 00:58:20 +00:00
"typescript": "^4.0.3"
},
"scripts": {
"dev": "parcel src/index.html",
"clean": "rimraf ./dist"
},
"devDependencies": {
2020-09-27 00:38:43 +00:00
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
2020-09-26 00:58:20 +00:00
"rimraf": "^3.0.2",
"sass": "^1.26.11"
}
}