-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.55 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": "application-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --dotenv .env.local",
"generate": "nuxt generate",
"preview": "nuxt preview --dotenv .env.production",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"icon:cleanup-svgs": "sh ./scripts/icon-cleanup-svgs.sh",
"icon:generate-sprite": "sh ./scripts/icon-generate-sprite.sh",
"component:merge": "sh ./scripts/component-merge.sh",
"build:trigger": "sh ./scripts/build-trigger.sh"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.2.0",
"@iconify-json/fa6-solid": "^1.2.0",
"@nuxt/devtools": "^1.5.2",
"@nuxt/eslint": "^0.5.7",
"@nuxt/icon": "^1.5.2",
"@nuxt/image": "^1.8.0",
"@nuxt/scripts": "^0.9.4",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@nuxtjs/tailwindcss": "^6.12.1",
"@octokit/graphql": "^8.1.1",
"@octokit/graphql-schema": "^15.25.0",
"@octokit/openapi-types": "^22.2.0",
"@octokit/types": "^13.6.0",
"@types/node": "^22.7.4",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"@vueuse/sound": "^2.0.1",
"dayjs": "^1.11.13",
"nuxt": "^3.13.2",
"nuxt-security": "^2.0.0",
"octokit": "^4.0.2",
"typescript": "^5.6.2",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
}
}