-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 852 Bytes
/
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
{
"name": "EmployeeManagement",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt",
"build": "nuxt build",
"build-local": "export NODE_OPTIONS=--openssl-legacy-provider && nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/firebase": "^7.4.1",
"@nuxtjs/vuetify": "^1.11.2",
"cookie": "^0.4.1",
"cookie-universal-nuxt": "^2.1.4",
"cookieparser": "^0.1.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"firebase": "^8.2.3",
"jspdf": "^2.2.0",
"jspdf-autotable": "^3.5.13",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"nuxt": "^2.14.6",
"vue-moment": "^4.1.0",
"vue-pdf": "^4.2.0",
"vuex-persistedstate": "^4.0.0-beta.3"
}
}