mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02: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"
|
|
}
|
|
}
|