diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-02 14:40:26 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-02 14:40:26 -0400 |
| commit | 95280d67a415b31d99ac7e0ebe35c8440847fd90 (patch) | |
| tree | 31195292013b2cd717881837204a304ab2def9f2 /package.json | |
| download | minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.tar.gz minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.tar.bz2 minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.zip | |
Initial commit from Create Next App
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..11463f9 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "minepot-bnbmc", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "react": "latest", + "react-dom": "latest", + "next": "latest" + }, + "devDependencies": { + "autoprefixer": "latest", + "postcss": "latest", + "tailwindcss": "latest", + "eslint": "latest", + "eslint-config-next": "latest" + } +} |
