This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "dawai-ph",
"version": "1.0.0",
"description": "Dawai Pharmacy Frontend",
"author": "phr3nzy",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"fix": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"test": "jest"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@mdi/js": "^4.5.95",
"@nuxtjs/axios": "^5.6.0",
"@nuxtjs/pwa": "^3.0.0-beta.19",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.0.0",
"chart.js": "^2.8.0",
"cookieparser": "^0.1.0",
"js-cookie": "^2.2.1",
"nuxt": "^2.10.1",
"nuxt-helmet": "^1.2.1",
"nuxt-i18n": "^6.3.0",
"nuxt-leaflet": "^0.0.19",
"nuxt-social-meta": "^0.0.1",
"nuxt-webfontloader": "^1.1.0",
"vue-chartjs": "^3.4.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/vuetify": "^1.9.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-nuxt": ">=0.4.3",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.8",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.1.2",
"lint-staged": "^9.4.2",
"prettier": "^1.18.2",
"vue-jest": "^3.0.5"
}
}