This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (131 loc) · 4.69 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "devcpp7",
"version": "7.2109.1",
"description": "A project which use modern framework to simulate legacy Dev-C++",
"author": "Guyutongxue <guyutongxue@163.com>",
"main": "dist/background-bundle.js",
"private": true,
"scripts": {
"postinstall": "electron-builder install-app-deps",
"ng": "ng",
"start": "ng serve -o",
"ng:build:dev": "ng build --base-href=./ -c=dev",
"ng:build:prod": "ng build --base-href=./ -c=production",
"electron:pack": "npx webpack --config main.webpack.js",
"ngwithpack:dev": "npm-run-all -p ng:build:dev electron:pack",
"ngwithpack:prod": "npm-run-all -p ng:build:prod electron:pack",
"electron:dev": "npm run ngwithpack:dev && npx electron .",
"electron:prod": "npm run ngwithpack:prod && npx electron .",
"electron:rebuild": "npx electron-rebuild -o chcp -v 11.1.0",
"build": "npm run ngwithpack:prod && electron-builder build --config=builder/default.json --publish=never",
"build:no-mingw": "npm run ngwithpack:prod && electron-builder build --config=builder/no-mingw.json --publish=never",
"test": "ng test --watch=false",
"test:watch": "ng test",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"lint": "ng lint"
},
"resolutions": {
"webpack": "^5.0.0"
},
"dependencies": {
"@codingame/monaco-jsonrpc": "0.3.0",
"express": "4.17.1",
"vscode-languageserver": "5.3.0-next.1",
"vscode-languageserver-protocol": "3.16.0",
"vscode-ws-jsonrpc": "0.1.1",
"ws": "7.4.6"
},
"devDependencies": {
"@angular-builders/custom-webpack": "12",
"@angular-devkit/build-angular": "12.1.1",
"@angular-eslint/builder": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin": "0.8.0-beta.3",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.3",
"@angular-eslint/schematics": "0.8.0-beta.3",
"@angular-eslint/template-parser": "0.8.0-beta.3",
"@angular/animations": "12.1.1",
"@angular/cli": "12.1.1",
"@angular/common": "12.1.1",
"@angular/compiler": "12.1.1",
"@angular/compiler-cli": "12.1.1",
"@angular/core": "12.1.1",
"@angular/forms": "12.1.1",
"@angular/language-service": "12.1.1",
"@angular/platform-browser": "12.1.1",
"@angular/platform-browser-dynamic": "12.1.1",
"@angular/router": "12.1.1",
"@materia-ui/ngx-monaco-editor": "5.0.0",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@types/express": "^4.17.11",
"@types/jasmine": "3.6.2",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "8.0.4",
"@types/node": "12.12.6",
"@types/vscode": "1.52.0",
"@types/webpack": "^4.41.25",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/eslint-plugin-tslint": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@yarnpkg/pnpify": "^3.0.0-rc.10",
"angular-split": "^5.0.0",
"chai": "4.2.0",
"chcp": "https://github.com/Guyutongxue/chcp/tarball/691e1a9024e1287ce622893dc5a94a650d3b9b8b",
"conventional-changelog-cli": "2.1.1",
"copy-webpack-plugin": "7.0.0",
"core-js": "3.6.5",
"cross-env": "7.0.2",
"electron": "11.1.0",
"electron-builder": "^22.9.1",
"electron-is-running-in-asar": "^1.0.0",
"electron-rebuild": "^2.3.5",
"electron-store": "^7.0.2",
"electron-typed-ipc": "^0.1.0",
"eslint": "^7.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-prefer-arrow": "^1.2.2",
"gcc-translation": "https://github.com/Guyutongxue/gcc-translation/tarball/c28f067aa1d28c18141c4920e9503c03a2677a88",
"get-port": "^5.1.1",
"iconv-lite": "^0.6.2",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "~6.3.4",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-electron": "6.3.1",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"mini-css-extract-plugin": "1.3.9",
"mocha": "8.2.1",
"monaco-editor-core": "0.21.1",
"monaco-languageclient": "0.13.1-next.4",
"ng-zorro-antd": "^11.4.2",
"node-gyp": "^8.1.0",
"node-libs-browser": "2.2.1",
"node-loader": "^2.0.0",
"npm-run-all": "^4.1.5",
"reconnecting-websocket": "^4.2.0",
"rxjs": "7.0.0-beta.10",
"spectron": "13.0.0",
"ts-loader": "^9.2.5",
"ts-node": "^9.1.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tsgdbmi": "^0.3.2",
"tslib": "^2.0.3",
"typescript": "~4.3.4",
"uuid": "^8.3.2",
"wait-on": "^5.2.1",
"webdriver-manager": "12.1.7",
"webpack": "5.24.2",
"webpack-cli": "4.5.0",
"zone.js": "0.11.4"
},
"engines": {
"node": ">=16.0.0"
},
"browserslist": [
"Electron 11.1",
"Node 16"
]
}