t2-model-skinner/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2022-12-03 06:26:17 +00:00
{
"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",
2022-12-03 06:26:17 +00:00
"comlink": "^4.3.1",
2022-12-04 19:00:39 +00:00
"file-saver": "^2.0.5",
2022-12-03 06:26:17 +00:00
"get-stream": "^6.0.1",
"globby": "^13.1.2",
2022-12-04 19:00:39 +00:00
"jszip": "^3.10.1",
2022-12-03 06:26:17 +00:00
"lodash.orderby": "^4.6.0",
"next": "^13.0.6",
2022-12-03 06:26:17 +00:00
"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",
2022-12-03 06:26:17 +00:00
"@types/fabric": "^4.5.13",
2022-12-04 19:00:39 +00:00
"@types/file-saver": "^2.0.5",
2022-12-03 06:26:17 +00:00
"@types/pngjs": "^6.0.1",
"@types/react": "18.0.26",
2022-12-03 06:26:17 +00:00
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
2022-12-03 06:26:17 +00:00
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^20.0.3",
2023-06-23 08:06:56 +00:00
"typescript": "5.1.3"
2022-12-03 06:26:17 +00:00
}
}