mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
Initial commit from Create Next App
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "onedrive-vercel-index",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "11.0.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "17.0.11",
|
||||
"eslint": "7.29.0",
|
||||
"eslint-config-next": "11.0.0",
|
||||
"typescript": "4.3.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user