-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.46 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.46 KB
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
64
65
66
67
68
69
70
71
72
{
"name": "obsidian-ultitask",
"version": "0.12.2",
"description": "",
"main": "main.js",
"scripts": {
"dev": "cross-env BUILD=dev rollup --config rollup.config.js -w",
"build": "cross-env BUILD=production rollup --config rollup.config.js --environment BUILD:production"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/flatpickr": "^3.1.2",
"@types/match-sorter": "^6.0.0",
"@types/moment": "^2.13.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.4",
"@types/source-map-support": "^0.5.4",
"cross-env": "^7.0.3",
"obsidian": "^0.12.17",
"react": "^17.0.2",
"react-native-autocomplete-input": "^5.0.0",
"rollup": "^2.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-svelte": "^7.1.0",
"svelte": "^3.38.2",
"svelte-grid": "^5.1.0",
"tslib": "^2.3.1",
"typescript": "^4.2.4"
},
"dependencies": {
"@tsconfig/svelte": "^2.0.1",
"@types/gapi.calendar": "^3.0.6",
"@types/moment-range": "^4.0.0",
"@types/react-transition-group": "^4.4.1",
"@types/toposort": "^2.0.3",
"@types/uuid": "^8.3.1",
"carbon-icons-svelte": "^10.38.0",
"chrono-node": "^2.2.7",
"classcat": "^5.0.3",
"flatpickr": "^4.6.9",
"graphology": "^0.20.0",
"graphology-components": "^1.1.0",
"graphology-operators": "^1.4.0",
"graphology-shortest-path": "^1.4.1",
"graphology-types": "^0.19.2",
"match-sorter": "^6.3.0",
"moment-range": "^4.0.2",
"obsidian-utils": "^0.10.0",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-multi-date-picker": "^2.9.8",
"rollup-plugin-css-only": "^3.1.0",
"rrule": "^2.6.8",
"source-map-support": "^0.5.20",
"svelte-dnd-action": "^0.9.11",
"svelte-inline-input": "^1.2.1",
"svelte-preprocess": "^4.7.3",
"toposort": "^2.0.2",
"typescript-super-set": "^1.0.0",
"uuid": "^8.3.2"
}
}