-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) 路 993 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) 路 993 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
39
{
"name": "gitstory",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@reduxjs/toolkit": "^2.6.0",
"@vercel/analytics": "^1.5.0",
"axios": "^1.8.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.18.0",
"gitstorykit": "^1.1.2",
"js-cookie": "^3.0.5",
"next": "^15.3.0",
"next-auth": "^4.24.11",
"next-sitemap": "^4.2.3",
"nextjs-toploader": "^3.7.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
"styled-components": "^6.1.14"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.13.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"typescript": "^5.7.0"
}
}