forked from bcgov/business-edit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 3.38 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": "business-edit-ui",
"version": "3.9.8",
"private": true,
"appName": "Edit 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:unit": "vue-cli-service test:unit --testPathPattern --coverage",
"test:debug": "node --inspect-brk node_modules/.bin/vue-cli-service test:unit --testPathPattern --no-cache --watch --runInBand"
},
"dependencies": {
"@babel/compat-data": "^7.19.1",
"@bcrs-shared-components/action-chip": "1.1.3",
"@bcrs-shared-components/breadcrumb": "2.1.3",
"@bcrs-shared-components/business-lookup": "1.1.3",
"@bcrs-shared-components/certify": "2.1.3",
"@bcrs-shared-components/completing-party": "2.1.3",
"@bcrs-shared-components/confirm-dialog": "1.2.1",
"@bcrs-shared-components/contact-info": "1.2.3",
"@bcrs-shared-components/corp-type-module": "1.0.8",
"@bcrs-shared-components/court-order-poa": "2.1.3",
"@bcrs-shared-components/date-picker": "1.2.3",
"@bcrs-shared-components/detail-comment": "1.1.1",
"@bcrs-shared-components/enums": "1.0.25",
"@bcrs-shared-components/fee-summary": "1.2.3",
"@bcrs-shared-components/folio-number": "1.1.1",
"@bcrs-shared-components/help-business-number": "1.1.1",
"@bcrs-shared-components/interfaces": "1.0.46",
"@bcrs-shared-components/nature-of-business": "1.2.2",
"@bcrs-shared-components/share-structure": "2.1.3",
"@bcrs-shared-components/staff-payment": "2.1.3",
"@mdi/font": "^5.9.55",
"@sentry/browser": "^5.30.0",
"@sentry/integrations": "^5.30.0",
"array.prototype.move": "0.0.4",
"axios": "^0.27.2",
"core-js": "^3.6.5",
"http-status-codes": "^2.2.0",
"launchdarkly-js-client-sdk": "^2.22.1",
"lodash": "^4.17.21",
"regenerator-runtime": "^0.13.9",
"sbc-common-components": "3.0.5",
"uuid": "^9.0.0",
"vue": "^2.7.10",
"vue-affix": "^0.5.2",
"vue-debounce-decorator": "^1.0.1",
"vue-hotjar": "^1.4.0",
"vue-router": "^3.6.5",
"vue-the-mask": "^0.11.1",
"vue2-filters": "^0.14.0",
"vuelidate": "^0.7.7",
"vuetify": "^2.6.10",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/lodash": "^4.14.185",
"@types/sinon": "^10.0.13",
"@types/vue-the-mask": "^0.11.0",
"@types/vuelidate": "^0.7.15",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-plugin-unit-jest": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.3.3",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^9.5.1",
"flush-promises": "^1.0.2",
"sass": "~1.32.13",
"sass-loader": "^10.1.1",
"sinon": "^14.0.0",
"typescript": "^3.9.10",
"vue-cli-plugin-vuetify": "^2.5.8",
"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",
"vuetify-loader": "^1.9.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.2.0"
}
}