-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "marketing",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write src/",
"lint": "next lint && prettier --check src/",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@prairielearn/run": "^1.0.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.11.1",
"classnames": "^2.3.1",
"fast-glob": "^3.2.11",
"framer-motion": "^10.6.0",
"fs-extra": "^11.1.0",
"gray-matter": "^4.0.2",
"image-size": "^1.0.1",
"katex": "^0.16.4",
"next": "^13.2.4",
"next-mdx-remote": "^4.4.1",
"node-fetch": "^3.3.1",
"prism-react-renderer": "^1.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.2.0",
"react-keyed-flatten-children": "^1.3.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-katex": "^6.0.2",
"rehype-slug": "^6.0.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"slugify": "^1.6.5",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.7"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/unist": "^2.0.3",
"eslint": "^8.7.0",
"eslint-config-next": "^13.2.4",
"prettier": "^2.8.4",
"sass": "^1.59.3",
"typescript": "^5.0.2"
}
}