-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "inshopcrm-client",
"description": "Inshop CRM / ERP Client",
"version": "2.0.0",
"author": "info@inshop.com.ua",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@mdi/font": "^5.8.55",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"chart.js": "2.7.3",
"color": "^3.1.3",
"cookie-universal-nuxt": "^2.1.4",
"core-js": "^3.8.3",
"dayjs": "^1.10.4",
"dot-object": "^2.1.4",
"filesize": "^6.1.0",
"jwt-decode": "^3.1.2",
"lodash.debounce": "^4.0.8",
"nuxt": "^2.14.12",
"nuxt-i18n": "^6.15.4",
"pluralize": "^8.0.0",
"vue-chartjs": "3.5.0",
"vue-tables-2": "^2.0.14",
"vue-toastr": "^2.1.2",
"vue2-sentry": "^1.2.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.11.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"prettier": "^2.2.1"
}
}