-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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
52
{
"name": "G-Notify",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@google-cloud/storage": "^5.18.1",
"@nuxt/content": "^1.14.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"apexcharts": "^3.40.0",
"core-js": "^3.15.1",
"cors": "^2.8.5",
"exceljs": "^4.3.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"gg-vue-monaco-editor": "^1.0.1",
"googleapis": "^39.2.0",
"handlebars": "^4.7.7",
"mimetext": "^2.0.6",
"mongoose": "^6.0.5",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"nuxt": "^2.15.7",
"nuxt-highlightjs": "^1.0.1",
"puppeteer": "^10.4.0",
"read-excel-file": "^5.2.25",
"uuid": "^8.3.2",
"vue-apexcharts": "^1.6.2",
"vue-highlightjs": "^1.3.3",
"vue-lottie": "^0.2.1",
"vuetify": "^2.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.1",
"eslint": "^7.29.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"vue-prism": "^1.0.5",
"vue2-ace-editor": "0.0.15"
}
}