1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-22 20:10:29 +02:00
{
2023-11-28 21:43:23 +01:00
"type": "module",
2022-07-30 16:24:28 +02:00
"scripts": {
"dev": "vite",
2022-07-31 00:46:21 +02:00
"build": "tsc && vite build",
"preview": "vite preview",
2024-03-15 18:25:56 +01:00
"colortheme": "esbuild static/colortheme/colortheme.ts --bundle --minify --sourcemap --outdir=static/colortheme/"
2022-07-30 16:24:28 +02:00
},
2021-08-22 20:10:29 +02:00
"dependencies": {
2022-07-30 18:05:13 +02:00
"@codemirror/autocomplete": "^6.1.0",
"@codemirror/lang-markdown": "^6.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/search": "^6.0.1",
"@codemirror/state": "^6.1.0",
"@codemirror/view": "^6.1.2",
2022-07-30 16:24:28 +02:00
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
2024-05-19 21:39:14 +02:00
"@sentry/browser": "^8.2.1",
2024-04-07 14:19:27 +02:00
"@trevoreyre/autocomplete-js": "^3.0.2",
2022-06-19 16:03:59 +02:00
"bootstrap": "^5.2.0-beta1",
2022-07-30 18:05:13 +02:00
"codemirror": "^6.0.1",
2022-11-19 22:09:15 +01:00
"graphology": "^0.25.1",
"graphology-layout": "^0.6.1",
"graphology-layout-force": "^0.2.4",
2022-11-25 20:20:14 +01:00
"graphology-layout-forceatlas2": "^0.10.1",
2022-07-30 16:24:28 +02:00
"luminous-lightbox": "^2.3.5",
2023-04-12 22:38:30 +02:00
"sigma": "^3.0.0-alpha3",
"typescript": "^5.0.4",
2023-11-28 21:43:23 +01:00
"vite": "^5.0.0",
2022-07-30 18:05:13 +02:00
"y-codemirror.next": "^0.3.2",
"y-webrtc": "^10.2.3",
"yjs": "^13.5.41"
2022-07-30 16:24:28 +02:00
},
"devDependencies": {
2024-08-07 23:37:04 +02:00
"@types/bootstrap": "^5.2.10",
"dts-gen": "^0.10.1",
2022-07-30 16:24:28 +02:00
"rollup-plugin-visualizer": "^5.7.1",
2024-08-07 23:37:04 +02:00
"sass": "^1.54.0"
2021-08-22 20:10:29 +02:00
}
}