-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"app": {
"namespace": "ui5.editor.monaco",
"resource": "https://openui5.hana.ondemand.com/resources/"
},
"name": "ui5-monaco-editor",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "npm run lint:fix",
"start:debug": "node_modules/.bin/gulp dev",
"start": "node_modules/.bin/gulp dev:preload",
"build": "node_modules/.bin/gulp build",
"build:sourcemap": "node_modules/.bin/gulp build:sourcemap",
"lint:fix": "node_modules/.bin/eslint --fix \"src/**/*.js\""
},
"dependencies": {},
"devDependencies": {
"@openui5/ts-types": "^1.65.1",
"@ui5-next/types": "latest",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-ui5-next": "^1.6.2",
"browser-sync": "2.26.7",
"del": "^2.2.2",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.11.1",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.0.0",
"gulp-less": "^4.0.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-ui5-eager-preload": "^1.12.18",
"http-proxy-middleware": "^0.19.1",
"merge-stream": "^1.0.1"
}
}