-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 877 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"sass": "^1.75.0",
"vite": "^5.0",
"vite-plugin-static-copy": "^1.0.6"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@codemirror/lang-python": "^6.1.6",
"@popperjs/core": "^2.11.8",
"@uiw/codemirror-theme-tokyo-night": "^4.23.6",
"alpinejs": "^3.14.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"codemirror": "^6.0.1",
"highlight.js": "^11.10.0",
"js-cookie": "^3.0.5",
"katex": "^0.16.11",
"markdown-it": "^14.1.0",
"markdown-it-texmath": "^1.0.0",
"p5": "^1.11.1",
"toastify": "^2.0.1"
}
}