54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "showcase",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"operator:dev": "node aklive2d operator:dev",
|
|
"operator:build": "node aklive2d operator:build",
|
|
"operator:build-all": "node aklive2d operator:build-all",
|
|
"init": "node aklive2d init",
|
|
"charwords:update": "node aklive2d charwords:update",
|
|
"music": "node aklive2d music",
|
|
"directory:dev": "vite dev",
|
|
"directory:build": "vite build",
|
|
"directory:preview": "vite preview",
|
|
"offical_update": "node aklive2d offical_update",
|
|
"cf:upload": "node aklive2d cf:upload",
|
|
"cf:download": "node aklive2d cf:download"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"postcss": "^8.4.40",
|
|
"prop-types": "^15.8.1",
|
|
"rollup": "^3.29.4",
|
|
"sass": "^1.77.8",
|
|
"stylelint": "^16.8.1",
|
|
"stylelint-config-standard": "^36.0.1",
|
|
"stylelint-config-standard-scss": "^13.1.0",
|
|
"vite": "^5.3.5",
|
|
"wrangler": "^3.71.0"
|
|
},
|
|
"dependencies": {
|
|
"@parcellab/react-use-umami": "^2.0.1",
|
|
"dotenv": "^16.4.5",
|
|
"jotai": "^2.9.1",
|
|
"jsdom": "^22.1.0",
|
|
"node-fetch": "^3.3.2",
|
|
"p-throttle": "^6.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-refresh": "^0.14.2",
|
|
"react-router-dom": "^6.26.0",
|
|
"react-simple-typewriter": "^5.0.1",
|
|
"reset-css": "^5.0.2",
|
|
"sharp": "^0.32.6",
|
|
"yaml": "^2.5.0"
|
|
}
|
|
} |