Hello World!

This commit is contained in:
Sakura Knoll
2021-12-20 00:57:38 +09:00 Unverified
commit 61bf657f23
1744 changed files with 22024 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "abyss-lab",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@mdi/js": "^6.5.95",
"@mdi/react": "^1.5.0",
"bootstrap": "^5.1.3",
"next": "^12.0.7",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-dom": "^17.0.2",
"theme-ui": "^0.12.1"
},
"devDependencies": {
"@types/react": "^17.0.37",
"typescript": "^4.5.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC"
}