|
2 | 2 | "name": "vscode-html-css", |
3 | 3 | "displayName": "HTML CSS Support", |
4 | 4 | "description": "CSS Intellisense for HTML", |
5 | | - "version": "1.10.0", |
| 5 | + "version": "1.9.1", |
6 | 6 | "publisher": "ecmel", |
7 | 7 | "license": "MIT", |
8 | 8 | "homepage": "https://github.com/ecmel/vscode-html-css", |
|
13 | 13 | "url": "https://github.com/ecmel/vscode-html-css.git" |
14 | 14 | }, |
15 | 15 | "engines": { |
16 | | - "vscode": "^1.53.0" |
| 16 | + "vscode": "^1.52.0" |
17 | 17 | }, |
18 | 18 | "categories": [ |
19 | 19 | "Programming Languages", |
|
68 | 68 | }, |
69 | 69 | "main": "./dist/extension.js", |
70 | 70 | "scripts": { |
71 | | - "vscode:prepublish": "npm run package", |
72 | | - "compile": "webpack", |
73 | | - "watch": "webpack --watch", |
74 | | - "package": "webpack --mode production --devtool hidden-source-map", |
75 | | - "test-compile": "tsc -p ./", |
76 | | - "test-watch": "tsc -watch -p ./", |
77 | | - "pretest": "npm run test-compile && npm run lint", |
| 71 | + "compile": "tsc -p ./", |
| 72 | + "deploy": "vsce publish", |
78 | 73 | "lint": "eslint src --ext ts", |
| 74 | + "package": "vsce package", |
| 75 | + "pretest": "npm run compile && npm run lint", |
79 | 76 | "test": "node ./out/test/runTest.js", |
80 | | - "dist": "vsce package" |
| 77 | + "vscode:prepublish": "webpack --mode production", |
| 78 | + "watch": "tsc -watch -p ./", |
| 79 | + "webpack-dev": "webpack --mode development --watch", |
| 80 | + "webpack": "webpack --mode development" |
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | | - "@types/css-tree": "^1.0.5", |
| 83 | + "@types/css-tree": "^1.0.4", |
84 | 84 | "@types/glob": "^7.1.3", |
85 | 85 | "@types/mocha": "^8.0.4", |
86 | 86 | "@types/node-fetch": "^2.5.7", |
87 | 87 | "@types/node": "^12.11.7", |
88 | | - "@types/vscode": "^1.53.0", |
89 | | - "@typescript-eslint/eslint-plugin": "^4.14.1", |
90 | | - "@typescript-eslint/parser": "^4.14.1", |
| 88 | + "@types/vscode": "^1.52.0", |
| 89 | + "@typescript-eslint/eslint-plugin": "^4.9.0", |
| 90 | + "@typescript-eslint/parser": "^4.9.0", |
91 | 91 | "css-tree": "^1.1.2", |
92 | | - "eslint": "^7.19.0", |
| 92 | + "eslint": "^7.15.0", |
93 | 93 | "glob": "^7.1.6", |
94 | | - "mocha": "^8.2.1", |
| 94 | + "mocha": "^8.1.3", |
95 | 95 | "node-fetch": "^2.6.1", |
96 | | - "ts-loader": "^8.0.14", |
97 | | - "typescript": "^4.1.3", |
98 | | - "vsce": "^1.85.0", |
99 | | - "vscode-test": "^1.5.0", |
100 | | - "webpack-cli": "^4.4.0", |
101 | | - "webpack": "^5.19.0" |
| 96 | + "ts-loader": "^8.0.11", |
| 97 | + "typescript": "^4.1.2", |
| 98 | + "vsce": "^1.83.0", |
| 99 | + "vscode-test": "^1.4.1", |
| 100 | + "webpack-cli": "^4.2.0", |
| 101 | + "webpack": "^5.10.0" |
102 | 102 | } |
103 | 103 | } |
0 commit comments