mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-02-22 21:43:19 +01:00
27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"deploy": "next build && next export && gh-pages -d out"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.5.1",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"gh-pages": "^6.3.0",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3"
|
|
}
|
|
}
|