diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-12 14:14:45 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-12 14:14:45 +0000 |
| commit | a2ead3c3f51e4cdce01a75ad8235f49951b0fff6 (patch) | |
| tree | 363c1b4f3441238ec942de81d5a177799911109f /package.json | |
| download | snug-cup-a2ead3c3f51e4cdce01a75ad8235f49951b0fff6.tar.gz snug-cup-a2ead3c3f51e4cdce01a75ad8235f49951b0fff6.tar.bz2 snug-cup-a2ead3c3f51e4cdce01a75ad8235f49951b0fff6.zip | |
Inital commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..8acd495 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "snug-cup-website", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start" + }, + "dependencies": { + "next": "10.0.6", + "react": "17.0.1", + "react-dom": "17.0.1" + } +} |
