forked from TypeScriptToLua/TypeScriptToLua.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.61 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.61 KB
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
{
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"lint": "npm run lint:prettier",
"lint:prettier": "prettier --check .",
"fix:prettier": "prettier --write ."
},
"prettier": {
"printWidth": 120,
"trailingComma": "all"
},
"dependencies": {
"@types/d3": "^5.16.3",
"@types/lz-string": "^1.3.34",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-json-tree": "^0.6.11",
"@types/webpack-env": "^1.15.3",
"clsx": "^1.1.1",
"console-feed": "^3.1.10",
"d3": "^6.2.0",
"fengari-web": "^0.1.4",
"lua-types": "^2.8.0",
"lz-string": "^1.4.4",
"monaco-editor": "^0.21.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-json-tree": "^0.13.0",
"react-monaco-editor": "^0.40.0",
"typescript-to-lua": "^0.37.1"
},
"devDependencies": {
"@ark120202/typescript-config": "^2.2.0",
"@docusaurus/core": "^2.0.0-alpha.66",
"@docusaurus/preset-classic": "^2.0.0-alpha.66",
"@types/node": "^14.14.2",
"file-loader": "^6.1.1",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"null-loader": "^4.0.1",
"prettier": "^2.1.2",
"raw-loader": "^4.0.2",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"typescript": "^4.0.3",
"worker-loader": "^3.0.5"
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}