forked from bcgov/business-create-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.88 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
100
101
102
103
104
105
106
107
{
"name": "business-create-ui",
"version": "5.11.12",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.ts,.vue",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@babel/compat-data": "^7.21.5",
"@bcrs-shared-components/approval-type": "1.0.19",
"@bcrs-shared-components/base-address": "2.0.3",
"@bcrs-shared-components/breadcrumb": "2.1.15",
"@bcrs-shared-components/business-lookup": "1.3.4",
"@bcrs-shared-components/certify": "2.1.15",
"@bcrs-shared-components/completing-party": "2.1.30",
"@bcrs-shared-components/confirm-dialog": "1.2.1",
"@bcrs-shared-components/contact-info": "1.2.15",
"@bcrs-shared-components/corp-type-module": "1.0.16",
"@bcrs-shared-components/correct-name": "1.0.55",
"@bcrs-shared-components/court-order-poa": "3.0.11",
"@bcrs-shared-components/date-picker": "1.3.1",
"@bcrs-shared-components/document-delivery": "1.2.0",
"@bcrs-shared-components/effective-date-time": "1.1.15",
"@bcrs-shared-components/enums": "1.1.11",
"@bcrs-shared-components/expandable-help": "1.0.1",
"@bcrs-shared-components/genesys-web-message": "1.0.0",
"@bcrs-shared-components/help-business-number": "1.1.4",
"@bcrs-shared-components/interfaces": "1.1.15",
"@bcrs-shared-components/jurisdiction": "1.1.4",
"@bcrs-shared-components/limited-restoration-panel": "1.0.5",
"@bcrs-shared-components/mixins": "1.1.46",
"@bcrs-shared-components/nature-of-business": "1.2.14",
"@bcrs-shared-components/relationships-panel": "1.0.9",
"@bcrs-shared-components/staff-comments": "1.3.15",
"@bcrs-shared-components/staff-payment": "2.1.15",
"@bcrs-shared-components/types": "1.0.1",
"@bcrs-shared-components/web-chat": "2.1.1",
"@mdi/font": "^5.9.55",
"@sentry/vue": "^7.49.0",
"array-move": "^4.0.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.9.179",
"pinia": "^2.0.35",
"pinia-class": "^0.0.3",
"regenerator-runtime": "^0.13.11",
"sbc-common-components": "3.0.13",
"uuid": "^9.0.0",
"vue": "2.7.16",
"vue-affix": "^0.5.2",
"vue-auto-resize": "^1.0.1",
"vue-hotjar": "^1.4.0",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^3.6.5",
"vue-the-mask": "^0.11.1",
"vue2-filters": "^0.14.0",
"vuelidate": "0.6.2",
"vuetify": "^2.6.15",
"vuex": "^3.6.2"
},
"devDependencies": {
"@originjs/vite-plugin-require-context": "1.0.9",
"@pinia/testing": "^0.0.16",
"@types/lodash": "^4.14.194",
"@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",
"@vitejs/plugin-vue2": "^2.2.0",
"@volar-plugins/vetur": "latest",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^1.3.5",
"eslint": "~7.32.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vuetify": "^1.1.0",
"flush-promises": "^1.0.2",
"intersection-observer": "^0.12.2",
"jsdom": "^22.1.0",
"sass": "~1.32.13",
"sinon": "^14.0.2",
"typescript": "^4.5.5",
"vite": "4.5.2",
"vite-plugin-environment": "^1.1.3",
"vitest": "0.33.0",
"vue-class-component": "7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-test-utils-helpers": "git+https://github.com/bcgov/vue-test-utils-helpers.git",
"vuelidate-property-decorators": "1.0.28",
"vuetify-loader": "^1.9.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.2.0"
}
}