-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 926 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
39
{
"name": "slitan",
"version": "3.1.1",
"description": "Web UI framework",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": {
"slitan-init": "./cli/init.js",
"slitan-build": "./cli/build.js",
"slitan-watch": "./cli/watch.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Nova-Dynamics/slitan.git"
},
"author": "Sean Sullivan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nova-Dynamics/slitan/issues"
},
"homepage": "https://github.com/Nova-Dynamics/slitan",
"dependencies": {
"chokidar": "^3.5.3",
"commander": "^10.0.1",
"dotenv": "^16.1.0",
"entangld": "^2.4.0",
"esbuild": "^0.19.12",
"events": "^3.3.0",
"jquery": "^3.6.4",
"js-cookie": "^3.0.1",
"mustache": "^4.2.0",
"socket.io-client": "^4.6.1",
"tailwindcss": "^3.3.2",
"yaclc": "^1.0.0",
"yalls": "^0.7.0"
}
}