forked from amiroff/NextBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "next-book",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git://github.com/amiroff/NextBook.git"
},
"scripts": {
"dev": "next",
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
"dev:watch": "next-remote-watch ./content",
"postbuild": "next-sitemap --config next-sitemap-config.js",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@splitbee/web": "^0.3.0",
"classnames": "^2.3.1",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"markdown-toc": "^1.2.0",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^4.0.3",
"next-remote-watch": "1.0.0",
"next-seo": "^5.4.0",
"next-sitemap": "^3.0.5",
"prettier": "^2.6.2",
"prismjs": ">=1.28.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "17.0.2",
"react-shortcuts-hook": "^1.1.2",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"remark-breaks": "^3.0.2",
"remark-containers": "^1.2.0",
"remark-emoji": "^3.0.2",
"remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1",
"remark-hint": "^1.0.10",
"remark-mark-plus": "^1.0.21",
"remark-slug": "^7.0.1",
"remark-sub-super": "^1.0.20"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.1.2"
}
}