1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-18 14:33:43 +02:00
acronomy/package.json

23 lines
492 B
JSON
Raw Normal View History

2020-06-01 11:03:21 +02:00
{
"name": "acronomy",
2024-07-02 22:37:09 +02:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
2020-06-01 11:03:21 +02:00
"dependencies": {
2024-07-02 22:37:09 +02:00
"@codemirror/lang-markdown": "^6.2.5",
"@trevoreyre/autocomplete-js": "^3.0.2",
"@types/bootstrap": "^5.2.10",
2021-06-06 18:28:14 +02:00
"@yaireo/tagify": "^4.2.0",
2024-03-27 21:34:01 +01:00
"bootstrap": "^5.3.3",
2024-07-02 22:37:09 +02:00
"codemirror": "^6.0.1",
2022-12-15 16:54:15 +01:00
"katex": "^0.16.3"
2024-07-02 22:37:09 +02:00
},
"devDependencies": {
"@types/yaireo__tagify": "^4.24.0",
"typescript": "^5.0.4",
"vite": "^5.3.2"
2020-06-01 11:03:21 +02:00
}
}