aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index f4c4d42..0000000
--- a/package.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "blog",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start"
- },
- "dependencies": {
- "@material-ui/core": "^4.11.3",
- "@material-ui/icons": "^4.11.2",
- "@types/react-syntax-highlighter": "^13.5.0",
- "fuse.js": "^6.4.6",
- "next": "10.0.9",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "react-markdown": "^6.0.0",
- "react-syntax-highlighter": "^15.4.3",
- "rehype-raw": "^5.1.0",
- "remark-gfm": "^1.0.0",
- "use-mousetrap": "^1.0.4"
- },
- "devDependencies": {
- "@types/node": "^14.14.36",
- "@types/react": "^17.0.3",
- "typescript": "^4.2.3"
- }
-}