forked from BackJinSa/zangBu_Front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:map": "node test-map.js",
"test:map-mock": "VITE_USE_MOCK_API=true npm run dev"
},
"dependencies": {
"@capacitor/cli": "^7.4.2",
"@capacitor/core": "^7.4.2",
"@fortawesome/fontawesome-free": "^7.0.0",
"@stomp/stompjs": "^7.1.1",
"@tosspayments/tosspayments-sdk": "^2.3.5",
"axios": "^1.10.0",
"crypto-js": "^4.2.0",
"firebase": "^12.0.0",
"jsencrypt": "^3.5.4",
"moment": "^2.30.1",
"pinia": "^3.0.1",
"raw-body": "^3.0.0",
"sockjs-client": "^1.6.1",
"vue": "^3.5.13",
"vue-awesome-paginate": "^1.2.0",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^6.2.1",
"vite-plugin-vue-devtools": "^7.7.2"
}
}