1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 04:34:19 +00:00
5e-drs/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-23 11:00:11 +01:00
{
2021-02-06 15:39:30 +01:00
"name": "drs-5e",
2020-03-23 11:00:11 +01:00
"version": "1.0.0",
2021-02-06 15:39:30 +01:00
"description": "Document de Référence Système pour jeux de rôle en OGL 5E",
2020-03-23 11:00:11 +01:00
"author": "Maxime Moraine",
"license": "MIT",
"scripts": {
2020-03-30 14:26:19 +02:00
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"check-md": "vuepress check-md docs"
2020-03-23 11:00:11 +01:00
},
"dependencies": {
"@mdi/font": "^7.2.96",
2020-03-26 19:04:23 +01:00
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.4.1",
"@vuepress/plugin-pwa": "^1.4.1",
2020-06-11 15:04:52 +02:00
"axios": "^0.19.2",
"file-saver": "^2.0.2",
2020-03-28 10:42:54 +01:00
"flexsearch": "nextapps-de/flexsearch",
2020-04-18 15:27:29 +02:00
"js-cookie": "^2.2.1",
2022-08-19 11:36:27 +02:00
"markdown-it": "^13.0.1",
2020-03-30 14:26:19 +02:00
"markdown-it-div": "^1.1.0",
2020-04-05 14:38:20 +02:00
"markdown-it-multimd-table": "^4.0.1",
"material-design-icons-iconfont": "^6.7.0",
2020-03-28 10:42:54 +01:00
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"slugify": "^1.4.0",
2022-08-19 11:36:27 +02:00
"vue": "^2.7.9",
"vue-masonry-css": "^1.0.3",
2022-08-19 11:36:27 +02:00
"vuepress": "^1.9.2",
2020-03-28 10:42:54 +01:00
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-dehydrate": "^1.1.3",
"vuepress-plugin-seo": "^0.1.2",
2020-04-08 16:41:31 +02:00
"vuepress-plugin-sitemap": "^2.3.1",
2020-03-28 10:42:54 +01:00
"vuetify": "^2.2.19",
"vuex": "^3.1.3"
2020-03-30 14:26:19 +02:00
},
"devDependencies": {
"vuepress-plugin-check-md": "^0.0.2"
2020-03-23 11:00:11 +01:00
}
}