-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.4 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.4 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
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
{
"name": "app-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "ionic serve",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build-android": "ionic build && npx cap sync android && cd android && gradlew installDebug && cd ..",
"android": "npx cap add android",
"android-open": "npx cap sync android && npx cap open android"
},
"dependencies": {
"@capacitor/cli": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@reduxjs/toolkit": "^2.2.5",
"@types/d3": "^7.4.3",
"@types/react-cookies": "^0.1.3",
"@types/react-d3-graph": "^2.6.7",
"@types/redux-logger": "^3.0.13",
"apexcharts": "^3.49.1",
"axios": "^1.7.2",
"capacitor-voice-recorder": "^5.0.0",
"d3": "^7.9.0",
"d3-format": "^3.1.0",
"d3-time-format": "^4.1.0",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.1.3",
"http-proxy-middleware": "^3.0.0",
"prettier": "^3.3.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-bootstrap-icons": "^1.11.4",
"react-cookie": "^7.1.4",
"react-cookies": "^0.1.1",
"react-dom": "^18.2.0",
"react-financial-charts": "^2.0.1",
"react-kakao-maps-sdk": "^1.1.27",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.5",
"uuid": "^10.0.0",
"vite-plugin-html": "^3.2.2"
},
"devDependencies": {
"@emotion/styled": "^11.11.5",
"@types/node": "^20.14.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-slick": "^0.23.13",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.3",
"twin.macro": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}