forked from TypeScriptToLua/TypeScriptToLua.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.95 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"lint": "npm run lint:prettier",
"lint:prettier": "prettier --check .",
"fix:prettier": "prettier --write .",
"dependencies": "npm run fetch-playground-tsworker",
"fetch-playground-tsworker": "node fetch-tsworker.mjs"
},
"prettier": {
"printWidth": 120,
"trailingComma": "all"
},
"dependencies": {
"@types/d3": "^5.16.3",
"@types/lz-string": "^1.3.34",
"@types/react": "^17.0.11",
"@types/react-dom": "^16.9.13",
"@types/react-json-tree": "^0.6.11",
"@types/webpack-env": "^1.16.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"d3": "^6.2.0",
"fengari-web": "^0.1.4",
"lua-types": "^2.13.1",
"lz-string": "^1.4.4",
"monaco-editor": "^0.34.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-tree": "^0.17.0",
"react-monaco-editor": "^0.50.1",
"stream-browserify": "^3.0.0",
"typescript-to-lua": "^1.22.0"
},
"devDependencies": {
"@ark120202/typescript-config": "^2.2.0",
"@docusaurus/core": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
"@types/node": "^14.14.2",
"docusaurus-plugin-sass": "^0.2.2",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.3",
"node-fetch": "^3.2.10",
"null-loader": "^4.0.1",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"sass": "^1.54.8",
"sass-loader": "^13.0.2",
"typescript": "^5.2.2",
"worker-loader": "^3.0.8"
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}