-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"build_deploy": "nuxt build && nuxt generate && gh-pages --dotfiles -d .output/public",
"deploy": "gh-pages --dotfiles -d .output/public"
},
"devDependencies": {
"@mdi/font": "^7.2.96",
"@nuxt/devtools": "latest",
"@types/node": "^18.17.0",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"nuxt": "^3.6.5",
"push-dir": "^0.4.1",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1"
},
"dependencies": {
"@biowasm/aioli": "^3.1.0",
"@nuxt/content": "^2.7.2",
"@pinia/nuxt": "^0.4.11",
"ace-builds": "^1.23.4",
"ace-code": "^1.23.4",
"buffer": "^6.0.3",
"flag-icons": "^6.9.3",
"gh-pages": "^5.0.0",
"markdown-it": "^13.0.1",
"nuxt-content-assets": "^1.3.2",
"pyodide": "^0.23.4",
"quickjs-emscripten": "^0.23.0",
"ruby-3_2-wasm-wasi": "^2.1.0",
"ruby-head-wasm-wasi": "^2.1.0",
"sass": "^1.64.1",
"split.js": "^1.6.5",
"vite-plugin-vuetify": "^1.0.2",
"vue-markdown-render": "^2.0.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.10",
"webr": "^0.2.0"
}
}