-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.10.0",
"@nuxt/image-edge": "^1.1.0-28396365.97249ca",
"@nuxthq/studio": "^1.0.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/request": "^2.48.12",
"@vite-pwa/nuxt": "^0.4.0",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"autoprefixer": "^10.4.16",
"nuxt": "^3.9.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@phosphor-icons/vue": "^2.1.6",
"@vueuse/motion": "^2.0.0",
"nuxt-umami": "^2.5.6",
"query-string": "^8.1.0",
"reading-time": "^1.5.0",
"request": "^2.88.2",
"simple-git": "^3.22.0"
}
}