-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "marengo-edutech",
"version": "0.0.1",
"description": "marengo edutech",
"productName": "Marengo",
"author": "darkwebplayer <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.33",
"@quasar/extras": "^1.0.0",
"@unocss/preset-icons": "^0.45.22",
"@unocss/preset-web-fonts": "^0.45.22",
"@unocss/preset-wind": "^0.45.22",
"@vitejs/plugin-vue": "^3.1.0",
"artplayer": "^4.5.6",
"axios": "^0.21.1",
"dotenv": "^16.0.2",
"hls.js": "^1.2.3",
"moment": "^2.29.4",
"quasar": "^2.6.0",
"unocss": "^0.45.22",
"vue": "^3.0.0",
"vue-plyr": "^7.0.0",
"vue-router": "^4.0.0",
"vuex": "^4.0.1"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}