ryuu.cli
Version:
Ryuu's Timesaver CLI
23 lines (22 loc) • 493 B
JSON
{
"name": "nw",
"version": "1.0.0",
"author": "Ryuu <c@ryuu.gg>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"windicss-webpack-plugin": "^1.6.0"
},
"devDependencies": {
"@types/react": "^17.0.37",
"typescript": "^4.5.3"
}
}