-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
46 lines (46 loc) · 1.45 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
{
"name": "file-tree-alternative",
"version": "2.6.0",
"description": "This plugin allows you to have an alternative file tree view.",
"main": "main.js",
"scripts": {
"dev": "rollup -c -w --bundleConfigAsCjs",
"build": "NODE_ENV=production rollup -c --bundleConfigAsCjs"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@types/common-tags": "1.8.2",
"@types/node": "^14.14.37",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"babel": "^6.23.0",
"million": "^2.6.4",
"obsidian": "^1.4.11",
"prop-types": "^15.7.2",
"rollup": "^4.5.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@ozntel/local-storage-handler": "1.0.3",
"common-tags": "1.8.2",
"dayjs": "1.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-icons": "4.12.0",
"react-lazy-load": "^4.0.1",
"recoil": "0.7.7"
}
}