forked from rmt-22-verona-fox/p2-iproject-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 845 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
{
"name": "client",
"version": "0.0.0",
"scripts": {
"dev": "vite --port 8080",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@egjs/vue3-flicking": "^4.6.0",
"axios": "^0.26.1",
"pinia": "^2.0.13",
"snapjs": "^1.2.1",
"vue": "^3.2.31",
"vue-axios": "^3.4.1",
"vue-router": "^4.0.14",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"postcss": "^8.4.12",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.24",
"vite": "^2.9.1"
}
}