-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "flightticketfrontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.6.3",
"html-to-image": "^1.11.11",
"js-cookie": "^3.0.5",
"mysql2": "^3.6.5",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.1",
"primeicons": "^6.0.1",
"primevue": "^3.44.0",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-virtual-scroller": "^2.0.0-beta.8",
"websocket": "^1.0.34"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.7",
"vite": "^4.4.9"
}
}