-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 KB
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
{
"name": "l2d",
"displayName": "l2d",
"description": "tool for l2d file",
"version": "0.0.1",
"publisher": "0xabcdef",
"engines": {
"vscode": "^1.24.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:l2d.showPreview"
],
"main": "./out/extension",
"contributes": {
"commands": [
{
"command": "l2d.showPreview",
"title": "l2d: Open Preview to the Side"
}
]
},
"scripts": {
"vscode:prepublish": "npm run build",
"build": "cross-env NODE_ENV=production && tsc -p ./ && webpack",
"postinstall": "node ./node_modules/vscode/bin/install"
},
"dependencies": {
"connect-react-context": "0.0.0",
"join-react-context": "0.0.2",
"js-yaml": "^3.12.0",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"@types/js-yaml": "^3.11.1",
"@types/node": "^7.0.43",
"@types/react": "^16.3.18",
"@types/react-dom": "^16.0.6",
"@types/webpack": "^4.4.0",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"ts-loader": "^4.4.1",
"typescript": "^2.9.2",
"vscode": "^1.1.6",
"webpack": "^4.12.0",
"webpack-command": "^0.2.1"
}
}