forked from Goorm-Lucky7/Dart_FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "dart",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --check ./src",
"format:fix": "prettier --write ./src",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"deploy": "aws s3 sync ./dist s3://goormide-lucky7-bucket --profile=goorm-kangsinbeom",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@react-three/drei": "^9.108.3",
"@react-three/fiber": "^8.16.8",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@types/event-source-polyfill": "^1.0.5",
"@types/sockjs-client": "^1.5.4",
"@types/three": "^0.166.0",
"axios": "^1.7.2",
"browser-image-compression": "^2.0.2",
"disable-devtool": "^0.3.7",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.2.10",
"lenis": "^1.1.5",
"maath": "^0.10.8",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^5.0.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.23.0",
"react-share": "^5.1.0",
"rehype-raw": "^7.0.0",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"swiper": "^11.1.4",
"three": "^0.166.1",
"uuid-by-string": "^4.0.0",
"wouter": "^3.3.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"msw": "^2.3.1",
"prettier": "3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1"
},
"msw": {
"workerDirectory": [
"public"
]
}
}