-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 852 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 852 Bytes
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": "cw-vue-template",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"type": "module",
"dependencies": {
"@bcwdev/auth0provider-client": "0.1.12",
"@mdi/font": "7.4.47",
"@popperjs/core": "2.11.8",
"axios": "1.7.4",
"bootstrap": "5.3.3",
"socket.io-client": "4.7.5",
"sweetalert2": "11.12.4",
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@vitejs/plugin-vue": "^5.1.2",
"eslint": "^9.9.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"sass": "1.77.8",
"vite": "^5.4.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vue-devtools": "^7.3.8"
}
}