-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.92 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@codeblitzjs/ide-toolkit",
"version": "2.2.1",
"description": "@codeblitzjs/ide-toolkit",
"main": "index.js",
"files": [
"polyfill",
"webpack",
"public"
],
"keywords": [
"opensumi codeblitzjs"
],
"scripts": {
"dev": "webpack serve --config webpack/config.dev.js",
"build": "webpack --config webpack/config.build.js",
"analyze": "ANALYZE=1 npm run build",
"build:host": "webpack --config webpack/config.worker.js",
"build:languages": "webpack --config webpack/config.languages.js",
"playground": "webpack serve --config playground/webpack.config.js"
},
"dependencies": {
"asserts": "^4.0.2",
"buffer": "^6.0.3",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^10.1.0",
"@types/css-minimizer-webpack-plugin": "^1.3.0",
"@types/friendly-errors-webpack-plugin": "^0.1.2",
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/terser-webpack-plugin": "^5.0.3",
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-merge": "^4.1.5",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^5.3.1",
"json5-loader": "^4.0.1",
"less": "^3.13.1",
"less-loader": "^7.1.0",
"mini-css-extract-plugin": "^1.3.1",
"node-notifier": "^8.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.11",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"umi-webpack-bundle-analyzer": "^3.6.0",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.4.0"
}
}