forked from devedmonton/DES-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
{
"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": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint": "^0.3.1",
"@nuxt/image": "^1.4.0",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/seo": "2.0.0-rc.9",
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/mailchimp__mailchimp_marketing": "^3.0.19",
"@vue/test-utils": "^2.4.5",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.0.0",
"google-auth-library": "^9.9.0",
"googleapis": "^136.0.0",
"happy-dom": "^13.10.1",
"nuxt": "^3.11.1",
"nuxt-icon": "^0.6.10",
"swiper": "^11.0.7",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue-cal": "^4.8.1"
}
}