forked from bcgov/business-dashboard-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
{
"name": "bcros-business-dashboard",
"private": true,
"type": "module",
"version": "1.0.2",
"scripts": {
"build": "nuxt generate",
"build:local": "nuxt build",
"dev": "nuxt dev --port=3000",
"generate": "nuxt generate",
"lint": "eslint --cache --ext '.ts,.vue' src --max-warnings 0",
"lint:fix": "eslint --cache --ext '.ts,.vue' src --max-warnings 0 --fix",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test:unit": "vitest",
"test:e2e": "cypress open",
"test:e2e:firefox": "cypress run firefox",
"test:e2e:chrome": "cypress run chrome"
},
"dependencies": {
"@bcrs-shared-components/corp-type-module": "^1.0.16",
"@bcrs-shared-components/enums": "1.1.18",
"@bcrs-shared-components/interfaces": "^1.1.16",
"@headlessui/vue": "^1.7.22",
"@iconify/json": "^2.2.214",
"@mdi/font": "^7.4.47",
"@nuxt/ui": "^2.16.0",
"@nuxtjs/i18n": "^8.3.1",
"@pinia/nuxt": "^0.5.1",
"@vuepic/vue-datepicker": "^8.7.0",
"@vueuse/core": "^10.10.0",
"country-list": "^2.3.0",
"http-status-codes": "^2.3.0",
"iso-3166-2": "^1.0.0",
"keycloak-js": "^24.0.4",
"launchdarkly-vue-client-sdk": "^2.2.0",
"lodash.isdate": "^4.0.1",
"lodash.isequal": "^4.5.0",
"lodash.omit": "^4.5.0",
"moment": "^2.30.1",
"nuxt": "^3.11.2",
"sass": "^1.77.3",
"uuid": "^10.0.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"zod": "^3.22.4",
"pdfjs-dist": "3.9.179"
},
"devDependencies": {
"@nuxt/test-utils": "^3.13.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.10.0",
"cypress-axe": "^1.5.0",
"happy-dom": "^14.12.0",
"jsdom": "^24.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vitest-environment-nuxt": "^1.0.0",
"vue-tsc": "^2.0.19"
}
}