-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1011 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1011 Bytes
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
{
"description": "",
"name": "nui-sftp",
"version": "1.0.0",
"scripts": {
"tailwatch": "cross-env NODE_ENV=development tailwindcss --config tailwind.config.js --watch=always --output build/clang_debug/bin/liveload/tailwind.css"
},
"devDependencies": {
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"less": "^4.2.2",
"parcel": "^2.13.0",
"parcel-reporter-static-files-copy": "^1.5.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@lumino/commands": "^2.3.3",
"@lumino/datagrid": "^2.5.4",
"@lumino/default-theme": "^2.1.12",
"@lumino/dragdrop": "^2.1.7",
"@lumino/messaging": "^2.0.4",
"@lumino/widgets": "^2.7.3",
"@viselect/vanilla": "^3.7.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-serialize": "^0.14.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"nanoid": "^5.0.7"
}
}