forked from pyrochlore/obsidian-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "obsidian-tracker",
"version": "1.10.9",
"description": "A plugin tracks occurrences and numbers in your notes",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.dev.js -w",
"build": "rollup --config rollup.config.build.js",
"zip": "gulp"
},
"keywords": [],
"author": "pyrochlore",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@types/d3": "^6.3.0",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.2",
"@types/sprintf-js": "^1.1.2",
"@types/yaml": "^1.9.7",
"gulp": "^4.0.2",
"gulp-zip": "^5.1.0",
"obsidian": "https://github.com/obsidianmd/obsidian-api/tarball/master",
"rollup": "^2.32.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
},
"dependencies": {
"d3": "^6.5.0",
"d3-interpolate": "^3.0.1",
"jsep": "^0.4.0",
"sprintf-js": "^1.1.2"
}
}