-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
42
43
44
45
46
47
48
{
"name": "@dice-roller/vuepress-plugin-dice-roller",
"version": "1.3.1",
"description": "Plugin for VuePress that allows rolling dice",
"type": "module",
"exports": {
".": "./src/node/index.js",
"./client": "./src/client/index.js",
"./package.json": "./package.json"
},
"main": "src/node/index.js",
"types": "src/node/index.d.ts",
"files": [
"lib",
"src"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dice-roller/vuepress-plugin.git"
},
"keywords": [
"vuepress",
"vuepress-plugin",
"dice",
"roll"
],
"author": "GreenImp Media <[email protected]> (http://greenimp.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dice-roller/vuepress-plugin/issues"
},
"homepage": "https://github.com/dice-roller/vuepress-plugin",
"peerDependencies": {
"vuepress": "2.0.0 || >=2.0.0-beta.51 <2.0.0-beta.50-pre"
},
"dependencies": {
"@dice-roller/markdown-it-dice-roller": "^1.0.0",
"@dice-roller/vue": "^1.2.0"
},
"devDependencies": {
"@vuepress/client": "2.0.0 || >=2.0.0-beta.51 <2.0.0-beta.50-pre",
"@vuepress/core": "2.0.0 || >=2.0.0-beta.51 <2.0.0-beta.50-pre",
"@vuepress/utils": "2.0.0 || >=2.0.0-beta.51 <2.0.0-beta.50-pre",
"vue": "^3.2.39",
"vuepress": "2.0.0 || >=2.0.0-beta.51 <2.0.0-beta.50-pre"
}
}