-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
{
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^1.2.1",
"contentlayer": "^0.3.0",
"date-fns": "^2.29.3",
"eslint": "8.35.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.0.1",
"github-slugger": "^2.0.0",
"gsap": "^3.11.4",
"mapbox-gl": "^2.13.0",
"mdast-util-to-string": "^3.1.1",
"next": "13.3.0",
"next-contentlayer": "^0.3.0",
"next-page-transitions": "1.0.0-beta.2",
"popmotion": "^11.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-mapbox-gl": "^5.1.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.2.0",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"smooth-scrollbar": "^8.8.1",
"smooth-scrollbar-react": "^2.4.1",
"swr": "^2.1.0",
"typescript": "4.9.5",
"unist-util-visit": "^4.1.2",
"use-sound": "^4.0.1",
"vfile": "^5.3.7"
},
"devDependencies": {
"@types/mapbox-gl": "^2.7.10",
"@types/node": "18.14.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/unist": "^2.0.6",
"remark-sectionize": "^1.1.1"
}
}