-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
45 lines (45 loc) · 1.31 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
39
40
41
42
43
44
45
{
"name": "meme-studio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"prepare": "panda codegen",
"build": "next build",
"start": "next start -p 8080",
"lint": "tsc --noEmit && eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@tanstack/react-query": "^5.17.12",
"@tanstack/react-query-next-experimental": "^5.17.12",
"@viclafouch/meme-studio-utilities": "^1.0.28",
"immer": "10.0.3",
"next": "14.0.4",
"next-intl": "^3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^9.1.3",
"wretch": "^2.8.0",
"zod": "^3.22.4",
"zustand": "4.4.7"
},
"devDependencies": {
"@pandacss/dev": "^0.27.0",
"@types/node": "20.11.1",
"@types/react": "18.2.48",
"@viclafouch/eslint-config-viclafouch": "^4.5.0",
"eslint": "8.56.0",
"prettier": "3.2.2",
"typescript": "5.3.3"
}
}