-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.41 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.41 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "isp-management-web",
"version": "1.0.0",
"description": "ISP Management Portal",
"author": "creativetim",
"private": true,
"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",
"test": "yarn test:unit && yarn test:e2e",
"test:unit": "cross-env TEST=unit ava ./test/specs/**/*",
"test:e2e": "cross-env TEST=e2e ava ./test/e2e/**/*"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1616003482.75c20e6",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@tweenjs/tween.js": "^18.6.4",
"babel-eslint": "^10.1.0",
"bootstrap": "4.3.1",
"chart.js": "^2.7.1",
"d3": "^5.7.0",
"element-ui": "^2.11.1",
"es6-promise": "^4.1.1",
"eslint-plugin-nuxt": "^2.0.0",
"fuse.js": "^3.2.0",
"google-maps": "^3.2.1",
"highcharts": "^9.0.1",
"highcharts-vue": "^1.3.5",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"nuxt": "^2.9.1",
"nuxt-i18n": "^6.1.0",
"perfect-scrollbar": "^1.3.0",
"register-service-worker": "^1.5.2",
"vform": "^1.0.1",
"vue": "^2.6.12",
"vue-chartjs": "^3.4.0",
"vue-i18n": "^8.0.0",
"vue-scrollto": "^2.20.0",
"vue2-transitions": "^0.2.3",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.14.2",
"@babel/preset-env": "^7.13.12",
"@babel/register": "^7.13.14",
"@nuxt/types": "^2.15.3",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@vue/test-utils": "^1.1.3",
"ava": "^3.15.0",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"element-theme-chalk": "^2.15.1",
"eslint": "^7.22.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.7.0",
"jsdom": "^16.5.2",
"jsdom-global": "^3.0.2",
"node-sass": "^4.12.0",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0",
"require-extension-hooks-vue": "^3.0.0",
"sass-loader": "^7.3.1",
"vuex": "^3.6.2"
}
}