-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
145 lines (145 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
135
136
137
138
139
140
141
142
143
144
145
{
"private": true,
"version": "0.6.0",
"license": "MIT",
"author": "KR155E <c.radke@posteo.de>",
"homepage": "https://www.vuengine.dev",
"bugs": {
"url": "https://github.com/VUEngine/VUEngine-Studio/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VUEngine/VUEngine-Studio.git"
},
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=12.14.1"
},
"devDependencies": {
"@theia/cli": "1.53.2",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-deprecation": "1.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-react": "^7.23.2",
"lerna": "^6.0.1",
"rimraf": "^2.7.1",
"ts-node": "^10.0.0",
"type-fest": "^0.20.2",
"yargs": "17.2.1"
},
"scripts": {
"clean": "lerna run clean && rimraf node_modules",
"build": "yarn build:extensions && yarn build:applications",
"build:dev": "yarn build:extensions && yarn build:applications:dev",
"build:applications": "yarn build:extensions && lerna run build:prod --concurrency 1",
"build:applications:dev": "yarn build:extensions && lerna run build --concurrency 1",
"build:extensions": "lerna run build",
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false --ignore-errors",
"package:applications": "lerna run package --concurrency 1",
"package:applications:preview": "lerna run package:preview --concurrency 1",
"package:applications:prod": "lerna run package:prod --concurrency 1",
"watch": "lerna run --parallel watch",
"test": "lerna run test",
"electron": "yarn --cwd applications/electron",
"browser": "yarn --cwd applications/browser",
"lint": "eslint --ext jsx,ts,tsx && lerna run lint",
"lint:fix": "eslint --ext jsx,ts,tsx --fix && lerna run lint:fix",
"postinstall": "theia-patch",
"modules:init": "git submodule update --init",
"modules:update": "git submodule update --recursive --remote",
"nls": "yarn nls-extract && yarn nls-localize $1",
"nls-extract": "theia nls-extract -o extensions/vuengine-studio-extension/i18n/nls.json -r extensions/vuengine-studio-extension -m true",
"nls-localize": "theia nls-localize CS DE ES FR HU IT JA PL PT-BR PT-PT RU ZH-CN -f extensions/vuengine-studio-extension/i18n/nls.json --free-api true -k $1"
},
"theiaPluginsDir": "plugins",
"theiaPlugins": {
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.83.1/file/eclipse-theia.builtin-extension-pack-1.83.1.vsix"
},
"theiaPluginsExcludeIds": [
"ms-vscode.js-debug",
"ms-vscode.js-debug-companion",
"ms-vscode.references-view",
"vscode.bat",
"vscode.builtin-notebook-renderers",
"vscode.clojure",
"vscode.coffeescript",
"vscode.csharp",
"vscode.css-language-features",
"vscode.css",
"vscode.dart",
"vscode.debug-auto-launch",
"vscode.debug-server-ready",
"vscode.docker",
"vscode.emmet",
"vscode.extension-editing",
"vscode.fsharp",
"vscode.github-authentication",
"vscode.github",
"vscode.go",
"vscode.groovy",
"vscode.grunt",
"vscode.gulp",
"vscode.handlebars",
"vscode.hlsl",
"vscode.html-language-features",
"vscode.html",
"vscode.ipynb",
"vscode.jake",
"vscode.java",
"vscode.julia",
"vscode.latex",
"vscode.less",
"vscode.lua",
"vscode.markdown-math",
"vscode.microsoft-authentication",
"vscode.npm",
"vscode.objective-c",
"vscode.perl",
"vscode.php-language-features",
"vscode.php",
"vscode.pug",
"vscode.python",
"vscode.r",
"vscode.razor",
"vscode.references-view",
"vscode.restructuredtext",
"vscode.ruby",
"vscode.rust",
"vscode.scss",
"vscode.shaderlab",
"vscode.simple-browser",
"vscode.sql",
"vscode.swift",
"vscode.theme-abyss",
"vscode.theme-defaults",
"vscode.theme-kimbie-dark",
"vscode.theme-monokai-dimmed",
"vscode.theme-monokai",
"vscode.theme-quietlight",
"vscode.theme-red",
"vscode.theme-solarized-dark",
"vscode.theme-solarized-light",
"vscode.theme-tomorrow-night-blue",
"vscode.tunnel-forwarding",
"vscode.typescript-language-features",
"vscode.typescript",
"vscode.vb",
"vscode.vscode-theme-seti"
],
"workspaces": [
"applications/*",
"extensions/*"
],
"resolutions": {
"@types/puppeteer": "^5.4.0",
"@yarnpkg/parsers": "3.0.0-rc.44",
"**/multer": "1.4.4-lts.1",
"**/nan": "2.20.0",
"**/cpu-features": "0.0.9"
}
}