-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.03 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
{
"name": "marko-lasso-ex",
"version": "1.0.0",
"description": "Sample Express-based server app that integrates the marko module for rendering a view",
"main": "./server.js",
"scripts": {
"dev": "browser-refresh server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrick Steele-idem <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/marko-js/examples.git"
},
"bugs": {
"url": "https://github.com/marko-js/examples/issues"
},
"homepage": "https://github.com/marko-js/examples",
"dependencies": {
"@lasso/marko-taglib": "^1.0.15",
"@marko-tags/context": "^2.2.2",
"axios": "^0.21.0",
"browser-refresh": "^1.7.2",
"browser-refresh-taglib": "^1.0.3",
"deep-equal": "^2.0.4",
"express": "^4.9.4",
"history": "^5.0.0",
"lasso": "^3.3.1",
"lasso-marko": "^2.4.8",
"marko": "^4.22.5",
"redux": "^4.2.0",
"universal-router": "^9.0.1",
"url-parse": "^1.4.7"
},
"private": true
}