mirror of
https://github.com/tomru/advcal.git
synced 2026-03-02 22:17:17 +01:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"name": "advcal20",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "10.0.3",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
}
|
|
}
|