-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 913 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 913 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
33
34
35
36
37
{
"name": "pinecast-www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.3",
"image-size": "^1.0.2",
"lottie-react": "^2.4.0",
"next": "14.2.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark-unwrap-images": "^4.0.0",
"styletron-engine-atomic": "^1.6.2",
"styletron-react": "^6.1.1",
"ts-perlin-simplex": "^0.0.3",
"typescript": "5.2.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.10",
"@types/node": "20.8.7",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.14",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"prettier": "^3.0.3"
}
}