forked from bcgov/business-create-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.28 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
{
"name": "bcrs-business-create-ui",
"version": "1.4.1",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"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.11.0",
"@mdi/font": "^5.5.55",
"@sentry/browser": "^5.21.1",
"@sentry/integrations": "^5.21.1",
"array.prototype.move": "0.0.4",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"http-status-codes": "^1.4.0",
"launchdarkly-js-client-sdk": "^2.18.0",
"lodash": "^4.17.20",
"regenerator-runtime": "^0.13.7",
"sbc-common-components": "2.4.2",
"uuid": "^8.3.1",
"vue": "^2.6.11",
"vue-affix": "^0.5.2",
"vue-router": "^3.4.3",
"vue-the-mask": "^0.11.1",
"vue2-filters": "^0.10.0",
"vuelidate": "^0.7.5",
"vuetify": "^2.3.9",
"vuex": "^3.5.1"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.159",
"@types/vue-the-mask": "^0.11.0",
"@types/vuelidate": "^0.7.13",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-plugin-typescript": "^4.5.4",
"@vue/cli-plugin-unit-jest": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.33",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"flush-promises": "^1.0.2",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"sinon": "^9.0.3",
"typescript": "^3.9.7",
"vue-class-component": "^7.2.5",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-plugin-helper-decorator": "^0.0.12",
"vue-property-decorator": "^8.5.1",
"vue-template-compiler": "^2.6.11",
"vue-test-utils-helpers": "git+https://github.com/AmpleOrganics/vue-test-utils-helpers.git",
"vuetify-loader": "^1.6.0",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.16.1"
}
}