-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 921 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 921 Bytes
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
{
"name": "preethamrn.com",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "nuxt start",
"postinstall": "nuxt prepare"
},
"trustedDependencies": [
"sharp"
],
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.3.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"feed": "^4.2.2",
"nuxt": "^3.8.2",
"nuxt-gtag": "^1.1.2",
"nuxt-icon": "^0.6.7",
"nuxt-simple-sitemap": "^4.2.0",
"sass": "^1.69.5",
"vite-plugin-node-polyfills": "^0.18.0",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
},
"dependencies": {
"@nuxt/content": "^2.11.0",
"@nuxt/image": "^1.1.0",
"function-plot": "1.22.9-0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"remark-oembed": "^1.2.2"
}
}