-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
161 lines (161 loc) · 5.75 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "dota2-coding-helper",
"displayName": "Dota2 Coding Helper",
"description": "View some document for Dota2 custom game",
"version": "0.1.9",
"publisher": "robincode",
"icon": "media/logo.png",
"engines": {
"vscode": "^1.62.0"
},
"repository": {
"url": "https://github.com/RobinCodeX/dota2-coding-helper"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:dota2CodingHelper.lua_serverAPI",
"onCommand:dota2CodingHelper.lua_clientAPI",
"onCommand:dota2CodingHelper.jsAPI",
"onCommand:dota2CodingHelper.panoramaCSS",
"onCommand:dota2CodingHelper.abilitiesDataDriven",
"onCommand:dota2CodingHelper.documents",
"onCustomEditor:dota2CodingHelper.editSoundEvents",
"onCustomEditor:dota2CodingHelper.editCustomGameSettings"
],
"main": "./out/main.js",
"contributes": {
"commands": [
{
"command": "dota2CodingHelper.lua_serverAPI",
"title": "Lua Server API",
"category": "Dota2 Coding Helper"
},
{
"command": "dota2CodingHelper.lua_clientAPI",
"title": "Lua Client API",
"category": "Dota2 Coding Helper"
},
{
"command": "dota2CodingHelper.jsAPI",
"title": "Javascript API",
"category": "Dota2 Coding Helper"
},
{
"command": "dota2CodingHelper.panoramaCSS",
"title": "Panorama CSS",
"category": "Dota2 Coding Helper"
},
{
"command": "dota2CodingHelper.abilitiesDataDriven",
"title": "Abilities Data Driven",
"category": "Dota2 Coding Helper"
},
{
"command": "dota2CodingHelper.documents",
"title": "Custom Game Documents (简体中文)",
"category": "Dota2 Coding Helper"
}
],
"customEditors": [
{
"viewType": "dota2CodingHelper.editSoundEvents",
"displayName": "Dota2 Sound Events Editor",
"priority": "option",
"selector": [
{
"filenamePattern": "**/*.vsndevts"
}
]
},
{
"viewType": "dota2CodingHelper.editCustomGameSettings",
"displayName": "Dota2 Custom Game Setting GUI",
"priority": "option",
"selector": [
{
"filenamePattern": "**/custom_game_settings_gui.lua"
}
]
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile & npm run docs",
"compile": "esbuild ./src/extension.ts --tsconfig=./src/tsconfig.json --outfile=./out/main.js --bundle --format=cjs --platform=node --target=node14.16 --external:vscode",
"watch": "npm run compile -- --watch --sourcemap",
"pretest": "npm run compile",
"task": "gulp",
"docs": "gulp docs",
"dev": "rollup -c -w",
"build": "rimraf ../media/bundle && cross-env NODE_ENV=production rollup -c",
"lint:prettier": "prettier --check .",
"write-prettier": "prettier --write ."
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime-corejs3": "^7.16.3",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/cache": "^11.6.0",
"@emotion/core": "^11.0.0",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@types/glob": "^7.2.0",
"@types/highlight.js": "^10.1.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/showdown": "^1.9.4",
"@types/vscode": "^1.62.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-require": "^3.1.3",
"cheerio": "^1.0.0-rc.10",
"cross-env": "^7.0.3",
"easy-keyvalues": "^1.0.8",
"es-react": "^16.13.1",
"esbuild": "^0.14.2",
"eslint": "^8.4.1",
"fuse.js": "^6.4.6",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"highlight.js": "^11.3.1",
"image-data-uri": "^2.0.1",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-bootstrap-icons": "^1.6.1",
"react-dom": "^17.0.2",
"react-jss": "^10.9.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"rimraf": "^3.0.2",
"rollup": "^2.60.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.44.0",
"serve": "^13.0.2",
"showdown": "^1.9.1",
"typescript": "^4.5.2",
"vscode-test": "^1.6.1"
},
"dependencies": {}
}