-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "@web-atoms/dev-server",
"version": "1.1.22",
"description": "Web Atoms Development server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"postversion": "git push --follow-tags"
},
"preferGlobal": true,
"bin": {
"wads": "./bin/wads"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-atoms/dev-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/web-atoms/dev-server/issues"
},
"homepage": "https://github.com/web-atoms/dev-server#readme",
"dependencies": {
"@types/express": "^4.17.8",
"@types/node": "^10.17.32",
"@types/ws": "^6.0.4",
"@web-atoms/core": "^1.2.51",
"@web-atoms/date-time": "^1.0.26",
"@web-atoms/font-awesome": "^1.0.22",
"@web-atoms/module-loader": "^1.0.431",
"@web-atoms/pack": "^1.0.69",
"@web-atoms/xf-controls": "^1.1.35",
"colors": "^1.4.0",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.5",
"node-forge": "^0.8.5",
"open": "^7.2.1",
"os": "^0.1.1",
"portfinder": "^1.0.28",
"qrcode": "^1.4.4",
"reflect-metadata": "^0.1.13",
"ws": "^6.2.1"
},
"devDependencies": {}
}