-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@headlessui/vue": "^1.6.4",
"@nuxt/content": "^2.0.0",
"@nuxtjs/color-mode": "^3.0.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.4",
"nuxt": "^3.0.0-rc.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.0.23",
"vue-gtag": "^2.0.1",
"vue-gtag-next": "^1.14.0"
},
"dependencies": {
"axios": "^1.6.0",
"dayjs": "^1.11.1",
"dotenv": "^16.0.1",
"emoji-js": "^3.7.0",
"highlight.js": "^11.5.1",
"js-yaml": "^4.1.0",
"markdown-it": "^12.3.2",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"octonode": "^0.10.2"
}
}