forked from devITae/HYU-ERICA-BarrierFree-Map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.82 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.82 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
{
"name": "hyu-erica-barrier-free-map",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@tanstack/react-query": "^5.59.19",
"axios": "^1.9.0",
"dotenv": "^16.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-kakao-maps-sdk": "^1.1.26",
"react-router-dom": "^7.6.1",
"react-speech-recognition": "^3.10.0",
"react-zoom-pan-pinch": "3.6.0",
"regenerator-runtime": "^0.14.1",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-pwa": "^0.20.5",
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@emotion/styled": "^11.13.0",
"@jridgewell/gen-mapping": "0.3.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.22",
"@types/react-speech-recognition": "^3.9.5",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.20",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"styled-components": "^6.1.13",
"sucrase": "^3.35.0",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.13",
"twin.macro": "^3.4.1",
"typescript": "^5.6.2",
"vite": "^5.2.0",
"vite-plugin-mkcert": "^1.17.6",
"workbox-cli": "^7.1.0"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}