-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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": "4g-ua",
"version": "1.0.0",
"description": "4G UA",
"author": "Alexander Zhytnyk <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"prod": "nuxt start",
"start": "nuxt",
"generate": "nuxt generate",
"crawler": "node cron/crawlerRunner.mjs",
"cron": "node cron/index.mjs",
"server": "node server/index.mjs",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"axios": "^0.27.2",
"firebase": "^9.16.0",
"firebase-admin": "^11.5.0",
"jquery": "^3.6.3",
"jsdom": "^21.1.0",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-route": "^3.2.0",
"node-cron": "^3.0.2",
"nuxt": "^2.15.8",
"vue-good-table": "^2.21.11",
"vue-notification": "^1.3.20",
"vue-promise-btn": "^2.1.0",
"vue-slide-up-down": "^2.0.1",
"vuex-persistedstate": "^3.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.8.3"
},
"engines": {
"node": ">= 16.13.2",
"npm": ">= 8.1.2"
}
}