33 lines
616 B
JSON
33 lines
616 B
JSON
{
|
|
"name": "live2d",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"next": "14.2.4",
|
|
"pixi-live2d-display": "^0.4.0",
|
|
"pixi.js": "6.4.2",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"browser": {
|
|
"fs": false,
|
|
"os": false,
|
|
"path": false
|
|
}
|
|
}
|