-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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": "fanzip-client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@portone/browser-sdk": "^0.0.24",
"@tosspayments/payment-widget-sdk": "^0.12.0",
"@vuepic/vue-datepicker": "^11.0.2",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"firebase": "^12.1.0",
"jsqr": "^1.4.0",
"pinia": "^3.0.3",
"pretendard": "^1.3.9",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"globals": "^16.2.0",
"postcss": "^8.5.6",
"prettier": "3.5.3",
"tailwindcss": "^3.4.17",
"vite": "^7.0.0",
"vite-plugin-pwa": "^1.0.2",
"vite-plugin-vue-devtools": "^8.0.0"
}
}