-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
47
48
49
{
"name": "nuri-fe",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"mock-server": "node --loader ts-node/esm src/mock/server.ts"
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@apollo/server": "^5.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@next/third-parties": "^16.0.1",
"@react-google-maps/api": "^2.20.7",
"@stomp/stompjs": "^7.1.1",
"@types/qrcode": "^1.5.5",
"apollo-server": "^3.13.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"graphql": "^16.11.0",
"next": "^16.0.1",
"nprogress": "^0.2.0",
"qrcode": "^1.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-range": "^1.10.0",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "19.2.0",
"@types/react-dom": "^19",
"@types/sockjs-client": "^1.5.4",
"eslint": "^9",
"eslint-config-next": "^16.0.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "yarn@4.11.0"
}