-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "pahachaan",
"version": "1.2.1",
"author": "aksharahegde <https://github.com/aksharahegde>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aksharahegde/pahachaan.git"
},
"bugs": {
"url": "https://github.com/aksharahegde/pahachaan/issues"
},
"homepage": "https://github.com/aksharahegde/pahachaan#readme",
"description": "a minimal template for personal site and free to use",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.9.0",
"@nuxthq/studio": "^2.2.1",
"@nuxthub/core": "0.8.14",
"@nuxtjs/seo": "^2.1.1",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"nuxt": "^3.15.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"wrangler": "^3.108.1"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.2.24",
"@iconify-json/solar": "^1.2.2",
"@nuxt/content": "^2.13.4",
"@nuxt/ui": "^2.21.0",
"@openpanel/web": "^0.0.9-beta",
"caniuse-lite": "^1.0.30001699",
"cobe": "^0.6.3",
"nuxt-visitors": "^1.1.2"
}
}