Initial commit
This commit is contained in:
28
package.json
28
package.json
@ -1,32 +1,38 @@
|
||||
{
|
||||
"name": "vscode-webview-react",
|
||||
"name": "vscode-kanbn",
|
||||
"version": "0.1.0",
|
||||
"engines": {
|
||||
"vscode": "^1.23.0"
|
||||
},
|
||||
"publisher": "rebornix",
|
||||
"publisher": "basementuniverse",
|
||||
"activationEvents": [
|
||||
"onCommand:react-webview.start"
|
||||
"onStartupFinished",
|
||||
"onCommand:kanbn.open"
|
||||
],
|
||||
"main": "./build/ext-src/extension.js",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "react-webview.start",
|
||||
"title": "Start React Webview",
|
||||
"category": "React"
|
||||
"command": "kanbn.init",
|
||||
"title": "Initialise kanbn",
|
||||
"category": "Kanbn"
|
||||
},
|
||||
{
|
||||
"command": "kanbn.open",
|
||||
"title": "Open board",
|
||||
"category": "Kanbn"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@basementuniverse/kanbn": "file:~/Projects/kanbn",
|
||||
"react": "^16.3.2",
|
||||
"react-beautiful-dnd": "12.2.0",
|
||||
"react-dom": "^16.3.2",
|
||||
"terser": "3.16.0",
|
||||
"terser": "3.14.1",
|
||||
"uuid": "3.3.3",
|
||||
"vscode": "^1.1.17"
|
||||
},
|
||||
"resolutions": {
|
||||
"terser": "3.14.1"
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "./scripts/build-non-split.js && tsc -p tsconfig.extension.json",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||
@ -42,7 +48,7 @@
|
||||
"@types/react-dom": "^16.0.5",
|
||||
"react-scripts": "^2.1.3",
|
||||
"rewire": "^4.0.1",
|
||||
"typescript": "^3.3.1"
|
||||
"typescript": "^4.0.2"
|
||||
},
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
|
Reference in New Issue
Block a user