forked from bcgov/fas-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.65 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
{
"name": "fas-ui",
"version": "1.2.15",
"private": true,
"main": "./lib/lib.umd.min.js",
"appName": "FAS UI",
"sbcName": "SBC Common Components",
"files": [
"lib/lib.umd.min.js",
"src/assets/scss/search.scss"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 8080",
"lint": "eslint . --ext ts,vue",
"lint:nofix": "eslint . --ext ts,vue --no-fix",
"lint:fix": "eslint . --ext ts,vue --fix src",
"test:unit": "vitest run",
"test:coverage": "vitest run --coverage",
"build:lib": "vite build --mode lib"
},
"dependencies": {
"@bcrs-shared-components/base-address": "^2.0.3",
"@bcrs-shared-components/enums": "^1.0.51",
"@bcrs-shared-components/interfaces": "^1.0.76",
"@bcrs-shared-components/mixins": "^1.1.21",
"@bcrs-shared-components/staff-comments": "^1.3.34",
"@vue/composition-api": "^1.7.1",
"axios": "^0.21.1",
"install": "^0.13.0",
"keycloak-js": "^9.0.3",
"moment": "^2.29.1",
"npm": "^7.19.0",
"pinia": "^2.1.7",
"postcss-nesting": "^12.0.1",
"sbc-common-components": "^3.0.9",
"vite": "^4.5.2",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-vue2": "^2.0.3",
"vue-class-component": "^7.2.3",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.28.2",
"vue-i18n-composable": "^1.0.0",
"vue-plugin-helper-decorator": "0.0.12",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vue-sanitize-directive": "^0.2.1",
"vue-the-mask": "^0.11.1",
"vuelidate": "^0.7.6",
"vuelidate-property-decorators": "^1.0.28",
"vuetify": "^2.4.0",
"vuex": "^3.4.0",
"vuex-composition-helpers": "^1.0.23"
},
"devDependencies": {
"@types/vuelidate": "^0.7.15",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.3.6",
"autoprefixer": "^10.4.16",
"eslint": "~7.32.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.20.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.31",
"sass": "~1.32.0",
"sinon": "^15.0.4",
"typescript": "^4.5.5",
"vitest": "^0.34.6",
"vue-cli-plugin-vuetify": "~2.4.1",
"vuetify-loader": "^1.7.0",
"vuex-module-decorators": "^0.10.1",
"workbox-cli": "^7.0.0"
},
"peerDependencies": {
"@vue/composition-api": "^1.7.1",
"vue": "^2.6.11",
"vuex-composition-helpers": "^1.0.23"
}
}