-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
{
"name": "covid-19-kenya",
"version": "2.3.0",
"description": "Corona virus. Covid_19 Kenya. Information and help about covid 19 kenya. This app will give all that to you",
"author": "Oensource254",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint . --ext .vue,.js,.ts",
"test": "vitest run"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"dayjs": "^1.11.10",
"firebase": "^10.0.0",
"nuxt": "^3.16.0",
"nuxt-vuefire": "^1.0.0",
"vuefire": "^3.1.0",
"vuetify": "^3.5.0",
"vuetify-nuxt-module": "^0.12.0"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.0",
"@vite-pwa/nuxt": "^0.7.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"happy-dom": "^15.10.2",
"prettier": "^3.3.3",
"sass": "^1.70.0",
"vitest": "^1.2.0"
},
"main": ".eslintrc.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensource254/covid-19-web.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/opensource254/covid-19-web/issues"
},
"homepage": "https://github.com/opensource254/covid-19-web#readme"
}