You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
738 B
JSON

{
"name": "@phc/problemi-frontend",
"version": "0.0.1",
"type": "module",
"scripts": {
2 years ago
"dev": "vite --clearScreen false",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@preact/signals": "^1.1.2",
2 years ago
"katex": "^0.16.3",
"preact": "^10.11.2",
2 years ago
"rehype-katex": "^6.0.2",
"rehype-stringify": "^9.0.3",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2",
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}