-
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) · 883 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 883 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.2",
"private": true,
"scripts": {
"serve": "vite",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"type": "module",
"dependencies": {
"@bcwdev/auth0provider-client": "0.0.13",
"@mdi/font": "7.3.67",
"@popperjs/core": "2.11.8",
"@vitejs/plugin-vue": "^4.5.0",
"axios": "1.6.2",
"bootstrap": "5.3.2",
"luxon": "^3.4.4",
"socket.io-client": "4.7.2",
"sweetalert2": "11.10.1",
"vue": "3.3.9",
"vue-router": "4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.6.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "8.54.0",
"eslint-plugin-vue": "^9.18.1",
"sass": "1.69.5",
"vite": "5.0.2"
}
}