-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "markme",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"angular-html-parser": "^1.8.0",
"core-js": "^3.9.1",
"dompurify": "^2.2.7",
"highlight.js": "^11.5.1",
"katex": "^0.13.18",
"markdown-it": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-katex": "^2.0.3",
"mathjax-parser": "^4.0.7",
"nuxt": "^2.15.3",
"prettier": "^2.4.1",
"remotestorage-widget": "^1.5.2",
"spinkit": "^2.0.1",
"splitpanes": "^2.3.8",
"vue-codemirror": "^4.0.6",
"vue-js-modal": "^2.0.1",
"vue-simple-context-menu": "^3.4.1",
"vue-tippy": "^4.11.0",
"vue-toast-notification": "^0.6.2"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^4.0.3",
"autoprefixer": "^10.2.5",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"postcss": "^8.2.10"
},
"glitch": {
"projectType": "generated_static"
}
}