forked from bcgov/business-filings-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.46 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
92
93
94
95
96
97
98
99
{
"name": "business-filings-ui",
"version": "6.6.2",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:nofix": "vue-cli-service lint --no-fix",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit --testPathPattern --coverage",
"test:unit-silent": "vue-cli-service test:unit --silent",
"test:debug": "node --inspect-brk node_modules/.bin/vue-cli-service test:unit --testPathPattern --no-cache --watch --runInBand"
},
"dependencies": {
"@babel/compat-data": "^7.21.5",
"@bcrs-shared-components/breadcrumb": "2.1.11",
"@bcrs-shared-components/confirm-dialog": "1.2.1",
"@bcrs-shared-components/corp-type-module": "1.0.11",
"@bcrs-shared-components/court-order-poa": "2.1.4",
"@bcrs-shared-components/document-delivery": "1.2.1",
"@bcrs-shared-components/enums": "1.0.39",
"@bcrs-shared-components/folio-number-input": "1.1.18",
"@bcrs-shared-components/interfaces": "1.0.61",
"@bcrs-shared-components/staff-comments": "1.3.11",
"@bcrs-shared-components/staff-payment": "2.1.11",
"@mdi/font": "^5.9.55",
"@sentry/integrations": "^7.50.0",
"@sentry/vue": "^7.50.0",
"axios": "^0.27.2",
"core-js": "^3.30.1",
"country-list": "^2.2.0",
"http-status-codes": "^2.2.0",
"launchdarkly-js-client-sdk": "^2.24.2",
"lodash": "^4.17.21",
"lodash.omit": "^4.5.0",
"pdfjs-dist": "3.4.120",
"pinia": "^2.0.35",
"pinia-class": "^0.0.3",
"provinces": "^1.11.0",
"qrcode.vue": "1.7.0",
"regenerator-runtime": "^0.13.11",
"register-service-worker": "^1.7.2",
"sbc-common-components": "3.0.8",
"vue": "2.7.10",
"vue-affix": "^0.5.2",
"vue-hotjar": "^1.4.0",
"vue-router": "^3.6.5",
"vue2-filters": "^0.14.0",
"vuelidate": "^0.7.7",
"vuetify": "^2.6.15",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@pinia/testing": "^0.0.16",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.194",
"@types/pdfjs-dist": "^2.10.378",
"@types/sinon": "^10.0.14",
"@types/vue-the-mask": "^0.11.1",
"@types/vuelidate": "^0.7.16",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@volar-plugins/vetur": "latest",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^1.3.5",
"@vue/vue2-jest": "^27.0.0",
"eslint": "~7.32.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vuetify": "^1.1.0",
"flush-promises": "^1.0.2",
"sass": "^1.55.0",
"sass-loader": "^10.4.1",
"sinon": "^14.0.2",
"ts-jest": "^27.1.5",
"typescript": "4.5.5",
"vue-class-component": "^7.2.6",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-debounce-decorator": "^1.0.1",
"vue-plugin-helper-decorator": "^0.0.12",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "2.7.10",
"vue-test-utils-helpers": "git+https://github.com/bcgov/vue-test-utils-helpers.git",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.2.0"
},
"overrides": {
"webpack": "5.78"
}
}