-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "drs-5e",
"version": "1.0.0",
"description": "Document de Référence Système pour jeux de rôle en OGL 5E",
"author": "Maxime Moraine",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"check-md": "vuepress check-md docs"
},
"dependencies": {
"@mdi/font": "^7.2.96",
"@vuepress/plugin-blog": "^1.9.2",
"@vuepress/plugin-google-analytics": "^1.4.1",
"@vuepress/plugin-pwa": "^1.4.1",
"axios": "^0.19.2",
"file-saver": "^2.0.2",
"flexsearch": "nextapps-de/flexsearch",
"js-cookie": "^2.2.1",
"markdown-it": "^13.0.1",
"markdown-it-div": "^1.1.0",
"markdown-it-multimd-table": "^4.0.1",
"material-design-icons-iconfont": "^6.7.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"slugify": "^1.4.0",
"vue": "^2.7.9",
"vue-masonry-css": "^1.0.3",
"vuepress": "^1.9.2",
"vuepress-plugin-clean-urls": "^1.1.1",
"vuepress-plugin-dehydrate": "^1.1.3",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-sitemap": "^2.3.1",
"vuetify": "^2.2.19",
"vuex": "^3.1.3"
},
"devDependencies": {
"vuepress-plugin-check-md": "^0.0.2"
}
}