|
1 | 1 | { |
2 | | - "name": "typescripttolua.github.io", |
3 | | - "version": "1.0.0", |
4 | | - "description": "", |
| 2 | + "private": true, |
5 | 3 | "scripts": { |
6 | 4 | "build": "rimraf dist && webpack --mode production", |
7 | 5 | "dev": "webpack-dev-server --mode development", |
8 | | - "deploy": "npm run build && npx gh-pages -d dist -b master", |
9 | 6 | "lint": "npm run lint:prettier", |
10 | 7 | "lint:prettier": "prettier --check \"**/*.{js,ts,yml,json,md,html,scss,webmanifest}\"" |
11 | 8 | }, |
12 | | - "keywords": [], |
13 | | - "author": "", |
14 | | - "license": "", |
15 | 9 | "prettier": { |
16 | 10 | "printWidth": 120, |
17 | 11 | "trailingComma": "all" |
18 | 12 | }, |
19 | | - "devDependencies": { |
| 13 | + "dependencies": { |
20 | 14 | "@types/highlight.js": "^9.12.3", |
| 15 | + "@types/lz-string": "^1.3.33", |
| 16 | + "@types/webpack-env": "^1.15.1", |
| 17 | + "fengari-web": "^0.1.4", |
| 18 | + "highlight.js": "^9.18.0", |
| 19 | + "lua-types": "^2.7.0", |
| 20 | + "lz-string": "^1.4.4", |
| 21 | + "monaco-editor": "^0.19.3", |
| 22 | + "renderjson": "^1.4.0", |
| 23 | + "typescript-to-lua": "^0.31.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
21 | 26 | "@types/node": "^13.5.0", |
22 | 27 | "css-loader": "^3.4.2", |
23 | 28 | "file-loader": "^5.0.2", |
24 | | - "gh-pages": "^2.2.0", |
25 | 29 | "html-loader": "^0.5.5", |
26 | 30 | "html-webpack-plugin": "^3.2.0", |
27 | 31 | "prettier": "^1.19.1", |
|
38 | 42 | "webpack-cli": "^3.3.10", |
39 | 43 | "webpack-dev-server": "^3.10.1", |
40 | 44 | "worker-loader": "^2.0.0" |
41 | | - }, |
42 | | - "dependencies": { |
43 | | - "@types/lz-string": "^1.3.33", |
44 | | - "@types/webpack-env": "^1.15.1", |
45 | | - "fengari-web": "^0.1.4", |
46 | | - "highlight.js": "^9.18.0", |
47 | | - "lua-types": "^2.7.0", |
48 | | - "lz-string": "^1.4.4", |
49 | | - "monaco-editor": "^0.19.3", |
50 | | - "renderjson": "^1.4.0", |
51 | | - "typescript-to-lua": "^0.31.0" |
52 | 45 | } |
53 | 46 | } |
0 commit comments