Move to Renderer V2

This commit is contained in:
duckietm
2024-04-03 09:27:56 +02:00
parent 110c3ad393
commit b3134ce50b
4080 changed files with 115593 additions and 66375 deletions
+36 -30
View File
@@ -1,39 +1,45 @@
{
"name": "nitro-react",
"version": "2.2",
"homepage": ".",
"name": "@nitrots/nitro-renderer",
"description": "Javascript library for rendering Nitro in the browser using PixiJS",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"build:prod": "npx browserslist@latest --update-db && yarn build",
"eslint": "eslint src --ext .ts,.tsx"
"type": "module",
"workspaces": [
"packages/*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/billsonnn/nitro-renderer.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/billsonnn/nitro-renderer/issues"
},
"homepage": "https://github.com/billsonnn/nitro-renderer",
"scripts": {
"build": "vite build",
"compile": "tsc --project ./tsconfig.json --noEmit false",
"eslint": "eslint ./src --fix"
},
"main": "./index",
"dependencies": {
"@tanstack/react-virtual": "3.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-slider": "^2.0.6",
"react-youtube": "^7.13.1",
"use-between": "^1.3.5"
"howler": "^2.2.4",
"pako": "^2.1.0",
"pixi-filters": "^6.0.0",
"pixi.js": "~8.0.4"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react-slider": "^1.3.6",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/howler": "^2.2.11",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"tslib": "^2.3.1",
"typescript": "~5.4.2",
"vite": "^5.1.3"
}
}