forked from bcgov/namerequest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.48 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
{
"name": "name-request",
"version": "3.3.5",
"private": true,
"appName": "Name Request UI",
"sbcName": "SBC Common Components",
"scripts": {
"serve": "vue-cli-service serve",
"build": "node --max_old_space_size=8000 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
"test": "vue-cli-service test:unit --verbose --coverage",
"test:unit": "vue-cli-service test:unit --testPathPattern --coverage",
"lint": "vue-cli-service lint",
"lint:nofix": "vue-cli-service lint --no-fix"
},
"dependencies": {
"@babel/compat-data": "^7.12.13",
"@bcrs-shared-components/enums": "1.0.13",
"@bcrs-shared-components/interfaces": "1.0.22",
"@bcrs-shared-components/staff-payment": "1.0.29",
"@bcrs-shared-components/web-chat": "2.0.0",
"@mdi/font": "^4.5.95",
"@sentry/browser": "^6.2.1",
"@sentry/integrations": "^6.2.1",
"axios": "^0.21.1",
"babel-plugin-transform-decorators": "^6.24.1",
"core-js": "^3.8.0",
"http-status-codes": "^1.4.0",
"launchdarkly-js-client-sdk": "^2.18.3",
"lodash": "^4.17.20",
"remove-accents": "^0.4.2",
"sbc-common-components": "3.0.3",
"style-loader": "^1.3.0",
"vue": "^2.6.12",
"vue-contenteditable": "^1.0.2",
"vue-hotjar": "^1.4.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.4.9",
"vuetify": "^2.3.19",
"vuex": "^3.6.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/sinon": "^7.5.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-plugin-unit-jest": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.1.1",
"cross-env": "^7.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"json-server": "^0.15.1",
"sass": "^1.29.0",
"sass-loader": "^8.0.2",
"sinon": "^8.1.1",
"typescript": "^3.9.7",
"vue-class-component": "^7.2.6",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-debounce-decorator": "^1.0.1",
"vue-property-decorator": "^8.5.1",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0",
"vuex-module-decorators": "^0.17.0",
"webpack-bundle-analyzer": "^3.9.0"
}
}