forked from 0xtelmo/telmo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 839 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nebula",
"version": "1.0.0",
"description": "A modern Next.js blog theme",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"export": "next build && next export"
},
"author": "Samnan Rahee",
"license": "MIT",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"next": "^9.4",
"next-transpile-modules": "^2.3.1",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-markdown": "^4.3.1",
"react-scroll-progress-bar": "^1.1.12",
"react-syntax-highlighter": "^12.2.1",
"react-text-transition": "^1.0.2",
"simple-icons": "^2.9.0"
}
}