-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.36 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
{
"name": "five-fiths-voter-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@nuxt/content": "^3.8.0",
"@nuxt/eslint": "^1.4.1",
"@nuxt/kit": "^3.17.4",
"@nuxtjs/i18n": "^10.2.1",
"@pinia/nuxt": "^0.11.2",
"@sidebase/nuxt-auth": "^1.1.0",
"@tailwindcss/vite": "^4.1.17",
"@vueuse/core": "^13.3.0",
"@vueuse/nuxt": "^13.3.0",
"actual": "^0.4.0",
"better-sqlite3": "^12.4.1",
"ibm-cloud-sdk-core": "^5.4.11",
"lodash": "^4.18.1",
"lucide-vue-next": "^0.511.0",
"luxon": "^3.6.1",
"markdown-it": "^14.1.1",
"nano": "^11.0.3",
"nuxt": "^4.2.2",
"pinia": "^3.0.2",
"tailwindcss": "^4.1.17",
"vue": "^3.5.22",
"vue3-simple-icons": "^15.6.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@nuxt/devtools": "^2.4.1",
"@nuxt/types": "^2.18.1",
"@stylistic/eslint-plugin": "^4.4.0",
"@types/luxon": "^3.7.1",
"@types/node": "^22.15.23",
"daisyui": "^5.5.14",
"nuxt-eslint-globals": "^2.1.5",
"sass": "^1.89.0"
},
"version": "1.0.0",
"license": "ISC",
"lint-staged": {
"**/*.{js,vue}": "eslint"
}
}