-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "devedmonton",
"type": "module",
"private": true,
"description": "Fostering a stronger software development community in Edmonton.",
"author": "Dev Edmonton Society",
"scripts": {
"dev": "nuxt dev",
"build": "npm run pr-checks && nuxt build",
"start": "nuxt start",
"generate": "npm run pr-checks && nuxt generate",
"postinstall": "nuxt prepare",
"test": "vitest",
"test:run": "vitest run",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pr-checks": "npm run lint && npm run test:run"
},
"devDependencies": {
"@iconify-json/logos": "^1.2.3",
"@iconify-json/ph": "^1.2.1",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@nuxt/content": "^2.13.2",
"@nuxt/eslint": "^0.6.0",
"@nuxt/icon": "^1.5.6",
"@nuxt/image": "^1.8.1",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/seo": "2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@vite-pwa/nuxt": "^0.10.5",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.12.0",
"google-auth-library": "^9.14.2",
"googleapis": "^144.0.0",
"happy-dom": "^15.7.4",
"nuxt": "^3.13.2",
"swiper": "^11.1.4",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.0",
"vitest": "^2.1.3",
"vue": "^3.5.12",
"vue-cal": "^4.10.0",
"vue-router": "^4.4.5"
}
}