-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 954 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
{
"name": "UI5-Navigation-and-Routing",
"version": "2.1.0",
"repository": {
"type": "git",
"directory": "https://github.com/wridgeu/UI5-navigation-and-routing"
},
"engines": {
"node": "12.x.x"
},
"scripts": {
"start": "ui5 serve -o index.html",
"serve": "ui5 serve",
"lint": "eslint webapp",
"build:ui": "ui5 build --clean-dest --dest approuter/webapp"
},
"dependencies": {
"shx": "^0.3.4"
},
"devDependencies": {
"@openui5/ts-types": "^1.106.0",
"@ui5/cli": "^2.14.11",
"eslint": "^8.23.0",
"ui5-middleware-livereload": "^0.7.0"
},
"ui5": {
"dependencies": [
"ui5-middleware-livereload"
]
}
}