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

37 lines
892 B
JSON
Raw Permalink 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-29 08:52:39 +00:00
"@reduxjs/toolkit": "^1.4.0",
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",
2020-09-29 08:52:39 +00:00
"@types/react-redux": "^7.1.9",
2020-09-27 00:38:43 +00:00
"animejs": "^3.2.0",
2020-09-29 08:52:39 +00:00
"eslint-plugin-react-hooks": "^4.1.2",
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-29 08:52:39 +00:00
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
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"
}
}