-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
63 lines (63 loc) · 1.93 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
63
{
"name": "obsidian-projects",
"version": "1.17.4",
"description": "Plain text project planning for Obsidian",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "jest --config jest.config.js",
"svelte-check": "svelte-check",
"lint": "eslint ./src",
"format": "prettier -w ./src",
"sass-build": "sass ./css/styles.scss ./styles.css",
"sass-watch": "sass --watch ./css/styles.scss ./styles.css"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@interactjs/interact": "^1.10.27",
"@interactjs/types": "^1.10.27",
"@popperjs/core": "^2.11.8",
"@popperjs/svelte": "^0.1.1",
"@tsconfig/svelte": "^3.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^16.18.97",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"builtin-modules": "^3.3.0",
"dayjs": "^1.11.11",
"esbuild": "^0.16.17",
"esbuild-jest": "^0.5.0",
"esbuild-plugin-replace": "^1.4.0",
"esbuild-svelte": "^0.7.4",
"eslint": "^8.57.0",
"eslint-plugin-tsdoc": "^0.3.0",
"fp-ts": "^2.16.6",
"i18next": "^21.10.0",
"immer": "^9.0.21",
"jest": "^29.7.0",
"obsidian": "^1.5.7",
"obsidian-dataview": "^0.5.66",
"obsidian-svelte": "0.2.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.77.2",
"svelte": "^3.59.2",
"svelte-check": "^3.7.1",
"svelte-dnd-action": "0.9.31",
"svelte-i18next": "^1.2.2",
"svelte-media-queries": "^1.6.2",
"svelte-preprocess": "^5.1.4",
"ts-essentials": "^9.4.2",
"ts-jest": "^29.1.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"uuid": "^8.3.2",
"yaml": "^2.4.2"
}
}