-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "monaco-yaml-prebuilt",
"version": "1.0.2",
"description": "Compiled monaco-yaml for direct in-browser use",
"license": "MIT",
"main": "./dist/monaco-editor.js",
"type": "module",
"scripts": {
"start": "npm run build:dev && npx http-server . -c-1 -p 8080 -o",
"build:dev": "webpack --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"css-loader": "^7.1.2",
"http-server": "^14.1.1",
"monaco-editor": "^0.52.2",
"monaco-editor-webpack-plugin": "^7.1.0",
"monaco-yaml": "^5.2.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"keywords": [
"monaco",
"monaco-editor",
"yaml",
"monaco-yaml"
],
"homepage": "https://github.com/neuroglia-io/monaco-yaml-prebuilt",
"repository": {
"type": "git",
"url": "git+https://github.com/neuroglia-io/monaco-yaml-prebuilt.git"
},
"bugs": {
"url": "https://github.com/neuroglia-io/monaco-yaml-prebuilt/issues"
},
"author": {
"name": "Jean-Baptiste BIANCHI",
"url": "https://neuroglia.io"
}
}