forked from ozntel/file-tree-alternative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.11 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
{
"name": "file-tree-alternative",
"version": "2.2.2",
"description": "This plugin allows you to have an alternative file tree view.",
"main": "main.js",
"scripts": {
"dev": "cross-env BUILD=dev obsidian-plugin dev src/main.ts",
"build": "cross-env BUILD=production obsidian-plugin build src/main.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/common-tags": "^1.8.1",
"@types/node": "^14.14.37",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"cross-env": "^7",
"obsidian": "^0.12.0",
"obsidian-plugin-cli": "^0.8.0",
"prop-types": "^15.7.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@ozntel/local-storage-handler": "^1.0.3",
"common-tags": "^1.8.2",
"dayjs": "^1.10.7",
"preact": "^10",
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]",
"react-dropzone": "^11.3.2",
"react-icons": "^4.3.1",
"recoil": "^0.4.1"
}
}