-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.24.12",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/stompjs": "^2.3.5",
"axios": "^1.3.4",
"babel-plugin-styled-components": "^2.0.7",
"cross-env": "^7.0.3",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"next": "13.2.1",
"next-images": "^1.8.4",
"react": "18.2.0",
"react-calendar": "^4.2.1",
"react-dom": "18.2.0",
"recoil": "^0.7.6",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"styled-components": "^5.3.6",
"swiper": "9.4.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/js-cookie": "^3.0.3",
"@types/sockjs-client": "^1.5.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"craco-alias": "^3.0.1",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.4"
}
}