-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 968 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 968 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
38
{
"name": "jsmonkey",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@madeinhaus/nextjs-page-transition": "^4.2.0",
"axios": "^1.3.1",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.34.0",
"gray-matter": "^4.0.3",
"next": "^14.2.2",
"next-recaptcha-v3": "^1.1.1",
"react": "18.2.0",
"react-aria-components": "^1.16.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^8.0.5",
"sass": "^1.97.3",
"sharp": "^0.34.5"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"eslint": "^8.32.0",
"eslint-config-next": "^14.2.2",
"react-scroll-parallax": "^3.4.5",
"typescript": "^5.4.5"
}
}