-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 850 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
32
33
{
"name": "monaco-react-248",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack serve",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petermikitsh/monaco-react-248.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/petermikitsh/monaco-react-248/issues"
},
"homepage": "https://github.com/petermikitsh/monaco-react-248#readme",
"dependencies": {
"@babel/preset-react": "^7.13.13",
"@monaco-editor/react": "^4.1.3",
"babel-loader": "^8.2.2",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}