-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
46
{
"name": "wakttu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest out",
"lint": "next lint"
},
"dependencies": {
"@naverpay/react-pdf": "^0.3.3",
"@next/third-parties": "^15.0.3",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.53.1",
"@tanstack/react-query-devtools": "^5.53.1",
"@types/howler": "^2.2.11",
"@types/lodash": "^4.17.13",
"@types/redux-persist": "^4.3.1",
"axios": "^1.7.5",
"howler": "^2.2.4",
"lodash": "^4.17.21",
"next": "^14.2.7",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-uuid": "^2.0.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"styled-components": "^6.1.13",
"validator": "^13.12.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.7",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}