-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.49 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "waveorb",
"version": "1.1.2",
"description": "Waveorb Javascript web app development framework",
"bin": {
"waveorb": "bin/waveorb.js"
},
"scripts": {
"test": "WAVEORB_PORT=5060 jest --verbose=false --watch",
"serve:test": "WAVEORB_APP=test/apps/app WAVEORB_PORT=5060 nodemon ./bin/waveorb.js serve",
"serve": "nodemon ./bin/waveorb.js serve",
"build": "rm -rf ./dist && node ./bin/waveorb.js build",
"update": "ncu -u -x got && npm i",
"help": "node ./bin/waveorb.js help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eldoy/waveorb.git"
},
"author": "Vidar Eldøy <[email protected]>",
"license": "MIT",
"dependencies": {
"brainmatter": "^0.1.0",
"conficurse": "0.5.11",
"d8a": "^0.10.2",
"extras": "^0.17.0",
"fport": "^0.4.0",
"furu": "^0.5.0",
"got": "^11.8.6",
"html6": "^0.2.1",
"lavkode": "^0.2.3",
"lodash": "^4.17.21",
"sass": "^1.81.0",
"sitemap": "^8.0.0",
"skjema": "^0.8.8",
"terminal-kit": "^3.1.1",
"terser": "^5.36.0",
"tomarkup": "^0.10.2",
"waveorb-generate": "^0.11.4",
"waveorb-validations": "^0.2.2"
},
"devDependencies": {
"configdb": "^0.2.5",
"jest": "^29.7.0"
},
"keywords": [
"javascript",
"node",
"fast",
"tiny",
"web app",
"framework",
"front end",
"html",
"template",
"literal",
"no webpack",
"ssr",
"static site generator",
"isomorphic",
"jamstack"
]
}