-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 869 Bytes
/
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
{
"name": "directory-tree-view",
"version": "0.1.8",
"description": "",
"main": "dist/index.js",
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"scripts": {
"build": "webpack",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AthulSPrakash/directory-tree-view.git"
},
"keywords": [],
"author": "Athul S Prakash",
"license": "MIT",
"bugs": {
"url": "https://github.com/AthulSPrakash/directory-tree.git"
},
"homepage": "https://github.com/AthulSPrakash/directory-tree.git#readme",
"devDependencies": {
"@types/react": "^18.0.21",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"svg-url-loader": "^8.0.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"files": [
"./dist"
]
}