forked from cspotcode/ManicMinersScripting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"workspaces": [
"map-lib",
"map-generator",
"vscode-extension"
],
"scripts": {
"install-both": "npm install && cd vscode-extension && npm install",
"build": "npm run build-extension",
"build-extension": "cd vscode-extension && npm run build"
},
"dependencies": {
"@types/jquery": "^3.5.1",
"@types/lodash": "^4.14.159",
"@types/node": "^14.11.1",
"@types/react": "^16.9.49",
"@types/stream-to-array": "^2.3.0",
"@types/webpack": "^4.41.22",
"clipanion": "^2.5.0",
"gif-frames": "^1.0.1",
"hashed": "^5.0.0",
"lodash": "^4.17.20",
"mobx": "^5.15.7",
"mobx-react": "^6.3.0",
"outdent": "^0.7.1",
"png-js": "^1.0.0",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"stream-to": "^2.0.0",
"stream-to-array": "^2.3.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"yargs": "^16.0.3",
"yup": "^0.29.3"
}
}