aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-14 11:42:42 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-14 11:42:42 -0400
commit1a18c9a67bff181a0e69edbc8e5e9535d9ee791f (patch)
treefd51b331b5eb47af5b3e392bcb09289c153e2994 /package.json
downloadalure-website-1a18c9a67bff181a0e69edbc8e5e9535d9ee791f.tar.gz
alure-website-1a18c9a67bff181a0e69edbc8e5e9535d9ee791f.tar.bz2
alure-website-1a18c9a67bff181a0e69edbc8e5e9535d9ee791f.zip
Initial commit from Create Next App
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a378f21
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "alure-website",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "autoprefixer": "10.4.14",
+ "eslint": "8.44.0",
+ "eslint-config-next": "13.4.10",
+ "next": "13.4.10",
+ "postcss": "8.4.26",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "tailwindcss": "3.3.3"
+ }
+}