forked from QSPFoundation/Qsp.FSharp.VsCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 716 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 716 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
{
"scripts": {
"build": "webpack",
"watch": "yarn run build --watch"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@types/vscode": "^1.48.0",
"axios": "^0.20.0",
"fable-compiler": "^2.13.0",
"fable-loader": "^2.1.9",
"fable-utils": "^1.0.2",
"mocha": "^8.1.3",
"showdown": "^1.9.0",
"toml": "^3.0.0",
"vscode-languageclient": "^6.1.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2",
"ws": "^3.3.1",
"xhr2": "^0.2.0"
},
"dependencies": {
"babel-loader": "^8.1.0",
"htmlparser2": "^3.9.2"
}
}