-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "longitudinal-analysis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-python": "6.1.3",
"@codemirror/state": "6.3.3",
"@codemirror/view": "6.22.2",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@tiptap/extension-code-block-lowlight": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/vue-3": "^2.1.13",
"codemirror": "^6.0.1",
"highlight.js": "^11.9.0",
"lowlight": "^3.1.0",
"shiki": "^0.14.6",
"vue": "^3.3.8",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"tailwindcss": "^3.3.6",
"vite": "^5.0.0"
}
}