forked from nightwaveplaza/plaza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
{
"name": "app-plaza",
"version": "5.2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"watch": "cross-env NODE_ENV=development vite build --watch",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.11.30",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-no-relative-import-paths": "^1.5.4",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "^9.23.0",
"sass": "^1.57.1",
"terser": "^5.16.1",
"typescript": "^5.4.5",
"vite": "^5.2.7",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.19"
},
"dependencies": {
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.13",
"axios": "^1.6.8",
"bootstrap": "4.6.2",
"country-flag-icons": "^1.5.12",
"hls.js": "^1.5.15",
"js-cookie": "^3.0.1",
"mitt": "^3.0.1",
"nouislider": "^15.6.1",
"pinia": "^2.1.7",
"simplebar-vue": "^2.3.5",
"uuid": "^9.0.0",
"vue": "^3.4.21",
"vue-i18n": "^9.13.1",
"vue-loader": "^17.2.1",
"vue-turnstile": "^1.0.8"
}
}