-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.69 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
{
"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": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/dotenv": "^1.4.2",
"@nuxtjs/firebase": "^5.2.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/pwa": "^3.0.0-0",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"firebase": "^7.14.4",
"nuxt": "^3.12.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/stylelint-module": "^5.2.0",
"@nuxtjs/vuetify": "^1.11.2",
"@vue/test-utils": "^1.3.6",
"babel-eslint": "^10.0.1",
"babel-jest": "^28.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"stylelint": "^16.6.1",
"vue-jest": "^4.0.0-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"
}