-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 903 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
{
"name": "bidit",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"pinia": "^2.0.14",
"socket.io-client": "^4.5.0",
"vue": "^3.2.33",
"vue-router": "^4.0.15",
"vue3-carousel": "^0.1.40",
"vue3-cookies": "^1.0.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.3",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"eslint-plugin-vue": "^8.7.1",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.3",
"vite": "^2.9.9",
"vite-plugin-pwa": "^0.12.0"
}
}