aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bceb376
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "personal-website",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start"
+ },
+ "dependencies": {
+ "@fontsource/inconsolata": "^4.5.0",
+ "clsx": "^1.1.1",
+ "highlight.js": "^11.1.0",
+ "html-loader": "^2.1.2",
+ "markdown-loader": "^6.0.0",
+ "marked": "^0.7.0",
+ "next": "11.0.1",
+ "react": "17.0.2",
+ "react-dom": "17.0.2",
+ "sass": "^1.35.2"
+ },
+ "devDependencies": {
+ "@types/react": "^17.0.14",
+ "typescript": "4.3.5"
+ }
+}