forked from bcgov/name-examination
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.27 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.27 KB
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
{
"name": "name-examination",
"version": "1.2.16",
"private": true,
"scripts": {
"build": "nuxt generate",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint",
"test": "vitest",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.6.0",
"@nuxt/types": "^2.17.0",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/tailwindcss": "^6.7.2",
"@pinia/testing": "^0.1.3",
"@testing-library/vue": "^7.0.0",
"@types/luxon": "^3.3.0",
"@types/node": "^18.15.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-v8": "^0.34.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.4.0-alpha.2",
"cypress": "^12.14.0",
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^8.7.1",
"happy-dom": "^11.2.0",
"jsdom": "^22.1.0",
"launchdarkly-node-server-sdk": "^7.0.1",
"nuxt": "3.7.0",
"nuxt-vitest": "^0.10.5",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"sass": "^1.63.3",
"sass-loader": "^13.3.2",
"simple-git-hooks": "^2.8.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "~0.33.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.1"
},
"dependencies": {
"@headlessui/vue": "0.0.0-insiders.01a34cb",
"@heroicons/vue": "^2.0.18",
"@nuxtjs/router": "^1.7.0",
"@pinia/nuxt": "^0.4.11",
"dotenv": "^16.3.1",
"firebase": "^9.22.2",
"flush-promises": "^1.0.2",
"keycloak-js": "^21.1.2",
"launchdarkly-js-client-sdk": "^3.1.3",
"luxon": "^3.3.0",
"mitt": "^3.0.1",
"pinia": "^2.1.3",
"vue-router": "^4.2.4"
},
"overrides": {
"vue": "latest"
},
"engines": {
"node": "=20.5.1"
}
}