-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.95 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "jeontongju-front-admin",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"build-only": "vite build",
"dev": "vite",
"format": "prettier --write src/",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@connectlive/connectlive-web-sdk": "^2.2.8",
"@mdi/font": "5.9.55",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"agora-react-uikit": "^1.2.0",
"agora-rtc-react": "^2.1.0",
"agora-rtc-sdk": "^3.6.11",
"agora-rtc-sdk-ng": "^4.20.0",
"axios": "^1.6.2",
"bootstrap-icons": "^1.11.2",
"chart.js": "^4.4.1",
"js-cookie": "^3.0.5",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"roboto-fontface": "*",
"sockjs-client": "^1.6.1",
"vue": "^3.3.4",
"vue-feather-icons": "^5.1.0",
"vue-router": "^4.2.5",
"vue-toastification": "^2.0.0-rc.5",
"vue3-datepicker": "^0.4.0",
"vue3-pagination": "^1.0.16",
"webfontloader": "^1.0.0",
"webstomp-client": "^1.2.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.5",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"less": "^4.2.0",
"node-sass": "^9.0.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vite-plugin-vue": "^0.0.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^1.8.19"
}
}