-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.91 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
64
65
66
67
68
69
70
71
{
"name": "@sinm/react-file-tree",
"description": "react file tree ",
"version": "1.1.1",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "jest",
"prepare": "git submodule update --init --recursive && cp -r github-file-icons/src/file-icons/db github-file-icons/src/file-icons/*.ts src/file-icons",
"build": "yarn prepare && tsc",
"start": "yarn tsc && webpack serve",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pansinm/react-file-tree.git"
},
"keywords": [
"react",
"explorer",
"tree"
],
"author": "pansinm <pansinm@foxmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pansinm/react-file-tree/issues"
},
"homepage": "https://github.com/pansinm/react-file-tree#readme",
"dependencies": {
"@types/react-virtualized": "^9.21.15",
"react-virtualized": "^9.22.3"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.191",
"@types/mime-types": "^2.1.1",
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"react": "^17.0.2",
"react-contexify": "^5.0.0",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"files": [
"lib",
"*.css",
"assets",
"package.json",
"github-file-icons/src/file-icons",
"README.md"
]
}