-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 915 Bytes
/
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
{
"name": "init-commit",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.66",
"@octokit/core": "^6.1.2",
"dayjs": "^1.11.11",
"html-to-image": "^1.11.11",
"nuxt-module-cli-shortcuts": "^0.0.2",
"nuxt-umami": "^2.6.1",
"ufo": "^1.5.3",
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@nuxt/devtools": "^1.3.1",
"@nuxt/ui": "^2.16.0",
"@octokit/graphql-schema": "^15.15.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@vueuse/router": "^10.9.0",
"eslint": "^9.2.0",
"nuxt": "^3.11.2",
"nuxt-og-image": "3.0.0-rc.53",
"nuxt-time": "^0.1.3",
"unplugin-turbo-console": "^1.8.6"
}
}