-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
91 lines (91 loc) · 2.85 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
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
82
83
84
85
86
87
88
89
90
91
{
"name": "nessie",
"version": "0.1.0",
"private": true,
"scripts": {
"build-vue": "vue-cli-service build --modern --dest 'dist/static'",
"lint-vue": "vue-cli-service lint --no-fix src",
"lint-vue-fix": "vue-cli-service lint src",
"preinstall": "npx npm-force-resolutions",
"serve-vue": "vue-cli-service serve --open --host localhost"
},
"dependencies": {
"ajv": "8.17.1",
"ajv-keywords": "5.1.0",
"axios": "0.28.1",
"bootstrap-vue": "npm:@neverendingsupport/[email protected]",
"highcharts-custom-events": "3.0.10",
"highcharts-vue": "1.4.3",
"lodash": "4.17.21",
"mitt": "2.1.0",
"ora": "6.3.1",
"tar-stream": "2.2.0",
"vue": "npm:@neverendingsupport/[email protected]",
"vue-class-component": "7.2.6",
"vue-lodash": "2.1.2",
"vue-moment": "4.1.0",
"vue-property-decorator": "9.1.2",
"vue-router": "npm:@neverendingsupport/[email protected]",
"vuejs-datepicker": "1.6.2",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@typescript-eslint/typescript-estree": "^4.23.0",
"@vue/cli": "^5.0.4",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-unicorn": "^38.0.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-xss": "^0.1.11",
"eslint-utils": "^2.1.0",
"npm-force-resolutions": "^0.0.10",
"typescript": "~4.4.4",
"vue-eslint-parser": "^7.11.0",
"vue-template-compiler": "npm:@neverendingsupport/[email protected]"
},
"babel": {
"presets": [
"@vue/app",
"@babel/preset-env"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"license": "SEE LICENSE IN LICENSE",
"overrides": {
"bootstrap-vue": { ".": "npm:@neverendingsupport/[email protected]" },
"vue": { ".": "npm:@neverendingsupport/[email protected]" },
"@vue/compiler-sfc": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-router": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-server-renderer": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-template-compiler": { ".": "npm:@neverendingsupport/[email protected]" }
},
"resolutions": {
"ajv": "8.11.0",
"ajv-keywords": "5.1.0",
"elliptic": "^6.5.4",
"execa": "4.0.3",
"lodash": "4.17.21",
"merge": "^2.1.1",
"minimist": "1.2.6",
"selfsigned": "1.10.8"
}
}