-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (37 loc) · 1.03 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
{
"name": "nexus",
"description": "My A-level notes repository.",
"version": "1.0.0",
"author": "IronVeil <git@ironveil.cloud>",
"repository": {
"type": "git",
"url": "https://git.ironveil.cloud/ironveil/nexus"
},
"bugs": {
"url": "https://github.com/ironveil/nexus/issues"
},
"dependencies": {
"file-saver": "^2.0.5",
"gray-matter": "^4.0.3",
"next": "^13.4.12",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"rehype-document": "^6.1.0",
"rehype-format": "^4.0.1",
"rehype-parse": "^8.0.4",
"rehype-raw": "^6.1.1",
"rehype-react": "^7.2.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"sass": "^1.64.1",
"unified": "^10.1.2"
},
"scripts": {
"dev": "next dev",
"build": "next build && next export"
}
}