forked from bcgov/business-filings-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.44 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
{
"name": "business-filings-ui",
"version": "3.3.1",
"private": true,
"appName": "Manage 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.9.0",
"@mdi/font": "^5.0.45",
"@sentry/browser": "^5.21.1",
"@sentry/integrations": "^5.21.1",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"country-list": "^2.2.0",
"http-status-codes": "^1.3.2",
"launchdarkly-js-client-sdk": "^2.17.1",
"lodash": "^4.17.15",
"provinces": "^1.11.0",
"regenerator-runtime": "^0.13.3",
"register-service-worker": "^1.6.2",
"sbc-common-components": "2.3.8",
"v-mask": "^2.1.0",
"vue": "^2.6.11",
"vue-affix": "^0.5.2",
"vue-router": "^3.1.6",
"vue2-filters": "^0.10.0",
"vuelidate": "^0.7.5",
"vuetify": "^2.2.15",
"vuex": "^3.1.3"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.149",
"@types/vuelidate": "^0.7.11",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"@vue/cli-plugin-babel": "4.4.1",
"@vue/cli-plugin-eslint": "4.2.3",
"@vue/cli-plugin-pwa": "4.2.3",
"@vue/cli-plugin-typescript": "4.2.3",
"@vue/cli-plugin-unit-jest": "4.2.3",
"@vue/cli-service": "4.2.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.28",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"flush-promises": "^1.0.2",
"sass": "^1.26.2",
"sass-loader": "^8.0.2",
"sinon": "^9.0.0",
"typescript": "^3.8.3",
"vue-class-component": "^7.2.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-debounce-decorator": "^1.0.1",
"vue-plugin-helper-decorator": "^0.0.12",
"vue-property-decorator": "^8.4.0",
"vue-template-compiler": "^2.6.11",
"vue-test-utils-helpers": "git+https://github.com/AmpleOrganics/vue-test-utils-helpers.git",
"vuex-module-decorators": "^0.16.1"
}
}