forked from mkslanc/ace-linters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 789 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 789 Bytes
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
{
"name": "ace-linters-root",
"version": "1.5.0",
"scripts": {
"build:parts": "npm run build -ws",
"build": "npm run build:parts && webpack",
"start": "npm run build:parts && webpack-dev-server",
"start-dev": "webpack-dev-server"
},
"dependencies": {
"ace-code": "^1.37.0",
"ace-layout": "latest",
"jsonc-parser": "latest",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "^20.4.2",
"copy-webpack-plugin": "9.1.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"raw-loader": "^4.0.2",
"swc-loader": "^0.2.3",
"text-loader": "latest",
"webpack": "latest",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
},
"main": "build/bundle.simple.js",
"workspaces": [
"./packages/*"
]
}