mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-01-20 03:34:47 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "t2-model-skinner",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "rm -rf docs && next build && next export -o docs && touch docs/.nojekyll",
|
|
"lint": "eslint . && tsc --noEmit",
|
|
"start": "next dev"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google/model-viewer": "^2.1.1",
|
|
"@popperjs/core": "^2.11.6",
|
|
"@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.0.6",
|
|
"pngjs": "^6.0.0",
|
|
"rc-slider": "^10.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.7.1",
|
|
"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.5",
|
|
"@types/pngjs": "^6.0.1",
|
|
"@types/react": "18.0.26",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"eslint": "^8.29.0",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"jsdom": "^20.0.3",
|
|
"typescript": "5.1.3"
|
|
}
|
|
}
|