-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1010 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-sql-editor",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest",
"build": "webpack --mode=production --node-env=production --config ./webpack.config.js ",
"dev": "webpack-dev-server --open --config ./webpack.dev.config.js"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.1",
"bootstrap": "^4.3.1",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"monaco-editor-webpack-plugin": "^7.1.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2"
},
"dependencies": {
"monaco-editor": "^0.50.0",
"sass": "^1.77.6"
}
}