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

40 lines
1.1 KiB
JSON
Raw Normal View History

2021-08-22 20:10:29 +02:00
{
2022-07-30 16:24:28 +02:00
"scripts": {
"dev": "vite",
2022-07-31 00:46:21 +02:00
"build": "tsc && vite build",
2022-07-30 16:24:28 +02:00
"preview": "vite preview"
},
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",
2021-09-11 19:09:22 +02:00
"@fortawesome/fontawesome-free": "^5.15.4",
2022-07-30 16:24:28 +02:00
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
2022-10-25 00:14:12 +02:00
"@sentry/browser": "^7.16.0",
2022-04-11 23:52:19 +02:00
"@trevoreyre/autocomplete-js": "^2.2.0",
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-07-31 00:46:21 +02:00
"dts-gen": "^0.6.0",
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",
2022-11-19 22:09:15 +01:00
"sigma": "^2.4.0",
2022-07-31 00:46:21 +02:00
"typescript": "^4.7.4",
2023-01-04 19:09:31 +01:00
"vite": "^4.0.4",
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": {
2022-07-31 00:46:21 +02:00
"@types/bootstrap": "^5.2.1",
2022-07-30 16:24:28 +02:00
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.54.0"
2021-08-22 20:10:29 +02:00
}
}