mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
21 lines
599 B
JSON
21 lines
599 B
JSON
{
|
|
"name": "monaco-esm-webpack-typescript",
|
|
"scripts": {
|
|
"start": "../node_modules/.bin/webpack-dev-server",
|
|
"build": "NODE_ENV='production' ../node_modules/.bin/webpack --progress"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@babel/preset-typescript": "^7.10.4",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-dom": "^16.9.8",
|
|
"babel-loader": "^8.1.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-refresh": "^0.8.3"
|
|
}
|
|
}
|