-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 1.99 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "calendarium",
"version": "1.5.0",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
"build": "vitest --run && node ./esbuild.config.mjs production",
"dev": "node ./esbuild.config.mjs",
"release-as": "scripty",
"test": "vitest"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@codemirror/commands": "^6.6.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/search": "^6.5.6",
"@javalent/utilities": "^1.1.5",
"@lezer/highlight": "^1.2.1",
"@sniptt/monads": "^0.5.10",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/svelte": "^4.0.3",
"@tsconfig/svelte": "^5.0.2",
"@types/he": "^1.2.1",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.3",
"@types/randomcolor": "^0.5.7",
"@types/xmldom": "^0.1.32",
"builtin-modules": "^3.3.0",
"colorjs.io": "^0.5.2",
"deepmerge": "^4.3.1",
"distinct-colors": "^3.0.0",
"dotenv": "^16.3.1",
"esbuild": "^0.19.3",
"esbuild-plugin-inline-worker": "github:mitschabaude/esbuild-plugin-inline-worker",
"esbuild-svelte": "^0.8.0",
"fast-copy": "^3.0.1",
"happy-dom": "^12.1.5",
"he": "^1.2.0",
"jest": "^29.7.0",
"moment": "2.29.4",
"monkey-around": "^2.3.0",
"obsidian": "^1.5.7-1",
"scripty": "^2.1.1",
"standard-version": "^9.5.0",
"svelte": "^4.2.1",
"svelte-dnd-action": "^0.9.38",
"svelte-jester": "^3.0.0",
"svelte-preprocess": "^5.0.4",
"title-case": "^3.0.3",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitest": "^2.0.4",
"xmldom": "^0.6.0"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"randomcolor": "^0.6.2"
}
}