-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "wfx-nodejs",
"version": "1.0.0",
"description": "File explorer over HTTP",
"main": "build/server/index.js",
"scripts": {
"start": "node build/server/index.js",
"build": "npx gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/Natoandro/wfx-nodejs.git"
},
"keywords": [
"file",
"explorer",
"file-explorer",
"remote"
],
"author": "Natoandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/Natoandro/wfx-nodejs/issues"
},
"homepage": "https://github.com/Natoandro/wfx-nodejs#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-typescript": "^8.2.0",
"@types/mime-types": "^2.1.0",
"@types/node": "^14.14.35",
"@types/node-sass": "^4.11.1",
"clsx": "^1.1.1",
"gulp": "^4.0.2",
"moment": "^2.29.1",
"rollup": "^2.41.4",
"rollup-plugin-scss": "^2.6.1",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@hapi/accept": "^5.0.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"mime-types": "^2.1.29",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}