mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 00:21:32 +03:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"name": "next.js",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "9.1.6",
|
|
"react": "16.12.0",
|
|
"react-dom": "16.12.0"
|
|
}
|
|
}
|