mirror of
https://github.com/thomiceli/opengist.git
synced 2026-08-07 07:14:49 +00:00
25f88ed61e
Go CI / Build (1.26, macOS-latest) (push) Has been cancelled
Go CI / Build (1.26, ubuntu-latest) (push) Has been cancelled
Go CI / Build (1.26, windows-latest) (push) Has been cancelled
Go CI / Lint (push) Has been cancelled
Go CI / Check (push) Has been cancelled
Go CI / Test (mysql, 1.26, mysql:8, ubuntu-latest, 3306:3306) (push) Has been cancelled
Go CI / Test (postgres, 1.26, postgres:16, ubuntu-latest, 5432:5432) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, macOS-latest) (push) Has been cancelled
Go CI / Test (sqlite, 1.26, ubuntu-latest) (push) Has been cancelled
Signed-off-by: Thomas Miceli <tho.miceli@gmail.com>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "opengist",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node_modules/.bin/vite -c public/vite.config.js",
|
|
"build": "node_modules/.bin/vite -c public/vite.config.js build",
|
|
"preview": "node_modules/.bin/vite -c public/vite.config.js preview"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@catppuccin/highlightjs": "^1.0.1",
|
|
"@codemirror/commands": "^6.10.4",
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
"@codemirror/language": "^6.12.4",
|
|
"@codemirror/language-data": "^6.5.2",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@codemirror/state": "^6.7.1",
|
|
"@codemirror/text": "^0.19.6",
|
|
"@codemirror/view": "^6.43.6",
|
|
"@tailwindcss/forms": "^0.5.11",
|
|
"@tailwindcss/typography": "^0.5.20",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"codemirror": "^6.0.2",
|
|
"dompurify": "^3.4.12",
|
|
"github-markdown-css": "^5.9.0",
|
|
"highlight.js": "^11.11.1",
|
|
"jdenticon": "^3.3.0",
|
|
"katex": "^0.18.1",
|
|
"marked": "^18.0.6",
|
|
"nodemon": "^3.1.14",
|
|
"pdfobject": "^2.3.1",
|
|
"tailwindcss": "^4.3.3",
|
|
"vite": "^8.1.5"
|
|
}
|
|
}
|