-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "yarnspinner.js",
"version": "1.0.0",
"description": "Yarn Spinner for Node.js and the browser.",
"private": true,
"bin": {
"yarnspinner.js": "dotnet.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --watch",
"start": "webpack serve --open"
},
"author": "Secret Lab Pty Ltd",
"license": "MIT",
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"compression-webpack-plugin": "^9.2.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.6.0",
"html-webpack-change-assets-extension-plugin": "^1.3.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.3",
"prettier": "^3.4.1",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"@protobufjs/base64": "^1.1.2",
"bootstrap": "^5.1.3",
"html-escaper": "^3.0.3",
"jquery": "^3.6.0",
"monaco-editor": "^0.32.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"popper.js": "^1.16.1",
"zod": "^3.23.8"
}
}