-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
49 lines (49 loc) · 1.61 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
49
{
"name": "@javalent/dice-roller",
"version": "11.4.1",
"description": "Inline dice rolling for Obsidian.md",
"main": "./dist/api.js",
"types": "./dist/api/api.d.ts",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production && npm run rollup",
"rollup": "tsc --emitDeclarationOnly --declaration --declarationMap --project tsconfig.json --outDir dist",
"test": "vitest"
},
"keywords": [],
"author": "Jeremy Valentine",
"license": "MIT",
"devDependencies": {
"@codemirror/language": "https://github.com/lishid/cm-language",
"@javalent/components": "^1.0.1",
"@javalent/utilities": "^1.1.5",
"@sniptt/monads": "^0.5.10",
"@tsconfig/svelte": "^5.0.4",
"@types/he": "^1.1.2",
"@types/moo": "^0.5.5",
"@types/node": "^14.14.2",
"@types/three": "^0.132.1",
"builtin-modules": "^3.3.0",
"cannon-es": "^0.18.0",
"compare-versions": "^6.1.0",
"dotenv": "^10.0.0",
"esbuild": "^0.19.11",
"esbuild-svelte": "^0.8.0",
"fast-copy": "^3.0.1",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.45.1",
"he": "^1.2.0",
"monkey-around": "^2.2.0",
"moo": "^0.5.1",
"nanoid": "^5.0.7",
"obsidian": "^1.5.7-1",
"obsidian-dataview": "^0.4.25",
"random-word-slugs": "^0.1.7",
"svelte": "^4.2.15",
"svelte-preprocess": "^5.1.4",
"three": "^0.137.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^0.33.0"
}
}