-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
49
50
51
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "prettier --check . --ignore-path .gitignore",
"lint:fix": "prettier --write . --ignore-path .gitignore"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@vercel/analytics": "^1.1.3",
"@vite-pwa/nuxt": "^0.4.0",
"autoprefixer": "^10.4.17",
"nuxt": "^3.10.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/language-data": "^6.4.0",
"@codemirror/state": "^6.4.0",
"@fontsource/geist-mono": "^5.0.1",
"@fontsource/geist-sans": "^5.0.1",
"@nuxt/ui": "^2.13.0",
"@nuxtjs/seo": "^2.0.0-rc.7",
"@uiw/codemirror-theme-github": "^4.21.21",
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"chrome-aws-lambda": "^10.1.0",
"codemirror": "^6.0.1",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-checkbox": "^1.0.6",
"nuxt-icon": "^0.6.8",
"puppeteer": "^22.0.0",
"puppeteer-core": "^10.1.0"
}
}