-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@types/node": "latest",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"nuxt": "^3.6.5",
"nuxt-twemoji": "^3.3.1",
"prettier": "latest",
"typescript": "^5.2.2"
},
"dependencies": {
"@julr/unocss-preset-forms": "^0.0.5",
"@pinia/nuxt": "^0.4.11",
"@unocss/nuxt": "latest",
"@vite-pwa/nuxt": "^0.1.0",
"@vueuse/math": "^10.3.0",
"@vueuse/nuxt": "^10.2.0",
"blurhash": "^2.0.5",
"emoji.json": "latest",
"fetch-progress": "^1.3.0",
"highlight.js": "^11.8.0",
"linkify-html": "^4.1.1",
"linkifyjs": "^4.1.1",
"marked": "^7.0.5",
"match-sorter": "^6.3.1",
"matrix-encrypt-attachment": "^1.0.3",
"matrix-js-sdk": "^26.0.1",
"nanoid": "^4.0.2",
"nuxt-headlessui": "^1.1.4",
"nuxt-icon": "latest",
"nuxt-swiper": "^1.2.2",
"pinia-plugin-persistedstate": "^3.1.0",
"snarkdown": "^2.0.0",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-wasm": "^3.2.2"
}
}