-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 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
{
"name": "example-01-site-default",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxi dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@primevue/themes": "^4.0.4",
"dompurify": "^3.1.7",
"front-matter": "^4.0.2",
"marked": "^14.1.2",
"mermaid": "^11.2.0",
"n3": "^1.20.4",
"node-polyfill-webpack-plugin": "^4.0.0",
"nuxt": "^3.12.4",
"primeicons": "^7.0.0",
"primevue": "^4.0.4",
"tailwindcss": "^3.4.9",
"vue": "latest",
"vue-dompurify-html": "^5.1.0"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"@primevue/nuxt-module": "^4.0.6",
"@types/dompurify": "^3.0.5",
"dotenv-cli": "^7.4.2",
"sass-embedded": "^1.77.8",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}