-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "onigirihardcore",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"vercel": "next build",
"start": "next start",
"lint": "next lint",
"yagasaki": "bun update",
"commit": "bun yagasaki && bun run vercel && read -p 'Descriptions Commit: ' message && git add . && echo -n \"$message - \" && node getTime.js | xargs -I {} git commit -m \"$message - {}\" && git push"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@vercel/analytics": "^1.3.1",
"babel-loader": "^9.1.3",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.24",
"gray-matter": "^4.0.3",
"keen-slider": "^6.8.6",
"marked": "^12.0.2",
"next": "^14.2.5",
"next-seo": "^6.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"redis": "^4.7.0",
"sonner": "^1.5.0",
"styled-components": "^6.1.12"
},
"devDependencies": {
"eslint": "^9.9.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-react": "^7.35.0"
}
}