-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "sec3-group15-cu-freelance-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"axios": "^1.3.2",
"dotenv": "^16.0.3",
"env-cmd": "^10.1.0",
"framer-motion": "^10.9.1",
"isomorphic-ws": "^5.0.0",
"jquery": "^3.6.4",
"pdfjs-dist": "^3.4.120",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-snaplist-carousel": "^4.4.2",
"react-transition-group": "^4.4.5",
"react-type-animation": "^3.0.1",
"react-use-websocket": "^3.0.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"styled-components": "^5.3.6",
"swiper": "^9.1.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0",
"@types/jquery": "^3.5.16",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.7",
"tailwindcss": "^3.2.4",
"twin.macro": "^3.1.0",
"vite": "^4.1.0"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}