forked from bcgov/bcrs-shared-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.35 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
{
"name": "bcrs-shared-components",
"private": true,
"appName": "BCRS Shared Components",
"scripts": {
"storybook": "storybook dev",
"build-storybook": "storybook build -o ./docs",
"lint": "eslint . --ext js,ts,vue",
"lint:nofix": "eslint . --ext js,ts,vue --no-fix",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@bcrs-shared-components/mixins": "^1.1.16",
"@mdi/font": "^5.9.55",
"axios": "^0.27.2",
"country-list": "^2.3.0",
"lodash": "4.17.21",
"provinces": "^1.11.0",
"regenerator-runtime": "^0.13.11",
"sbc-common-components": "3.0.8",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"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": {
"@mdx-js/react": "^2.3.0",
"@storybook/addon-essentials": "^7.0.27",
"@storybook/builder-vite": "^7.0.27",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/vue-vite": "^7.0.27",
"@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",
"axios-mock-adapter": "^1.21.5",
"eslint": "~7.32.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vuetify": "^1.1.0",
"flush-promises": "^1.0.2",
"jsdom": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^16.13.1",
"sass": "^1.63.6",
"sass-loader": "^10.4.1",
"sinon": "^14.0.2",
"storybook": "^7.0.27",
"typescript": "4.5.5",
"vite": "^4.4.4",
"vite-plugin-environment": "^1.1.3",
"vitest": "^0.33.0",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"vue-test-utils-helpers": "git+https://github.com/bcgov/vue-test-utils-helpers.git",
"vuelidate-property-decorators": "1.0.28",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.2.0"
}
}