-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
51 lines (51 loc) · 1.59 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
{
"name": "ospic-web",
"version": "1.0.0",
"private": true,
"description": "Open source Hospital Management System",
"scripts": {
"dev": "NODE_ENV=dev nuxt",
"build": "nuxt build",
"start": "NODE_ENV=production nuxt start",
"devi": "backpack dev",
"production": "DEPLOY_ENV=prod nuxt build",
"deploy": "npm cache clean --force && npm install npm@latest -g && npm install --force node-sass && npm install --force && npm audit fix && nuxt build",
"generate": "NODE_ENV=production nuxt-ts generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"apexcharts": "^3.36.3",
"cookie-universal-nuxt": "^2.2.1",
"core-js": "^3.23.5",
"encrypt-storage": "2.13.3",
"fs-extra": "^10.1.0",
"nuxt": "^2.17.3",
"vue": "^2.7.10",
"nuxt-material-design-icons": "^1.0.4",
"sweetalert": "^2.1.2",
"vue-apexcharts": "^1.6.2",
"vue-i18n": "^8.26.5",
"vue-pdf-app": "^2.1.0",
"vuetify": "^2.6.7",
"vuex-persistedstate": "^3.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"@nuxt/postcss8": "^1.1.3",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-runtime": "^6.26.0",
"dotenv": "^16.0.1",
"postcss": "^8.4.21"
}
}