-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
45 lines (45 loc) · 1.3 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",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.2",
"@next/third-parties": "^15.1.2",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-next-experimental": "^5.62.8",
"@viclafouch/meme-studio-utilities": "2.0.0",
"immer": "10.1.1",
"next": "15.1.2",
"next-intl": "^3.26.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.1.2",
"react-toastify": "^11.0.2",
"zod": "^3.24.1",
"zustand": "5.0.2"
},
"devDependencies": {
"@pandacss/dev": "^0.49.0",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"@viclafouch/eslint-config-viclafouch": "4.17.1-beta.8",
"eslint": "9.17.0",
"prettier": "3.4.2",
"typescript": "5.7.2"
}
}