-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.67 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
52
53
54
55
56
57
58
{
"name": "YMath.io",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 node --max-old-space-size=4096 node_modules/nuxt/bin/nuxt.js",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@headlessui/vue": "^1.1.1",
"@heroicons/vue": "^1.0.1",
"@mdi/font": "^5.9.55",
"@nuxt/content": "^1.14.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/typography": "^0.4.0",
"core-js": "^3.9.1",
"frontmatter-markdown-loader": "^3.6.2",
"markdown-it": "^12.0.6",
"markdown-it-footnote": "^3.0.2",
"markdown-it-video": "^0.6.3",
"mathlive": "0.27.4",
"mathquill": "^0.10.1-a",
"mermaid.cli": "^0.5.1",
"nuxt": "^2.15.3",
"prism-themes": "^1.7.0",
"prismjs": "^1.23.0",
"rehype-katex": "^5.0.0",
"rehype-minify-whitespace": "^4.0.5",
"remark-captions": "^2.2.1",
"remark-math": "^4.0.0",
"remark-mermaid": "^0.2.0",
"tailwindcss-shadow-outline-colors": "^0.0.8",
"v-tooltip": "^2.1.3",
"vue": "^2.6.12",
"vue-json-viewer": "^2.2.19",
"vuetify": "^2.4.11"
},
"devDependencies": {
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/storybook": "^4.0.2",
"@nuxtjs/tailwindcss": "^4.0.3",
"autoprefixer": "^9.8.6",
"deepmerge": "^4.2.2",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"postcss": "^7.0.35",
"prettier": "^2.2.1",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2"
}
}