-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "GrahamSH",
"description": "GrahamSH's site.",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"format": "prettier -w \"**/**.**\"",
"start": "nuxt start",
"generate": "nuxt generate",
"export": "nuxt export"
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/critters": "^0.2.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/storybook": "^4.1.1",
"@nuxtjs/svg": "^0.3.0",
"@storybook/addon-docs": "^6.3.11",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.1",
"core-js": "^3.18.3",
"markdown-it-attrs": "^4.0.0",
"markdown-it-div": "^1.1.0",
"nuxt": "^2.15.8",
"nuxt-jsonld": "^1.5.2",
"postcss": "^8.3.9",
"prettier": "^2.4.1",
"reading-time": "^1.5.0",
"tailwindcss": "^2",
"vue-plausible": "^1.2.1",
"vue-server-renderer": "^2.6.14",
"vue-unicons": "^3.2.1"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.2.1",
"nuxt-vite": "^0.3.5",
"tailwindcss-line-clamp": "^1.0.5"
}
}