mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-01-19 19:24:44 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "t2-model-skinner",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rm -rf docs && next build && touch docs/.nojekyll",
|
|
"lint": "eslint . && tsc --noEmit",
|
|
"start": "next dev"
|
|
},
|
|
"keywords": [],
|
|
"author": "Brian Beck <exogen@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@google/model-viewer": "^3.4.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tanstack/react-query": "^4.19.1",
|
|
"comlink": "^4.3.1",
|
|
"file-saver": "^2.0.5",
|
|
"get-stream": "^6.0.1",
|
|
"globby": "^13.1.2",
|
|
"jszip": "^3.10.1",
|
|
"lodash.orderby": "^4.6.0",
|
|
"next": "^13.5.6",
|
|
"pngjs": "^6.0.0",
|
|
"rc-slider": "^10.1.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-popper": "^2.3.0",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^13.0.6",
|
|
"@types/fabric": "^4.5.13",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/pngjs": "^6.0.5",
|
|
"@types/react": "^18.3.12",
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
"@typescript-eslint/parser": "^6.20.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jsdom": "^20.0.3",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|