|
1 | 1 | {
|
2 | 2 | "name": "windicss-intellisense",
|
3 |
| - "displayName": "WindiCSS IntelliSense", |
4 | 3 | "description": "Intelligent WindiCSS tooling for VS Code",
|
5 |
| - "publisher": "voorjaar", |
6 | 4 | "version": "0.21.4",
|
7 |
| - "license": "MIT", |
8 |
| - "engines": { |
9 |
| - "vscode": "^1.48.0" |
10 |
| - }, |
11 |
| - "keywords": [ |
12 |
| - "windi", |
13 |
| - "windicss", |
14 |
| - "tailwind", |
15 |
| - "tailwindcss", |
16 |
| - "css", |
17 |
| - "intellisense", |
18 |
| - "autocomplete", |
19 |
| - "vscode" |
20 |
| - ], |
21 |
| - "categories": [ |
22 |
| - "Other" |
23 |
| - ], |
24 | 5 | "activationEvents": [
|
25 | 6 | "onStartupFinished"
|
26 | 7 | ],
|
27 |
| - "repository": { |
28 |
| - "type": "git", |
29 |
| - "url": "https://github.com/windicss/windicss-intellisense" |
30 |
| - }, |
31 |
| - "homepage": "https://github.com/windicss/windicss-intellisense", |
32 | 8 | "bugs": "https://github.com/windicss/windicss-intellisense/issues",
|
33 |
| - "icon": "res/logo.png", |
34 |
| - "main": "./out/extension.js", |
| 9 | + "categories": [ |
| 10 | + "Other" |
| 11 | + ], |
35 | 12 | "contributes": {
|
36 | 13 | "commands": [
|
37 | 14 | {
|
|
251 | 228 | }
|
252 | 229 | ]
|
253 | 230 | },
|
254 |
| - "scripts": { |
255 |
| - "build": "rimraf out && cross-env NODE_ENV=production rollup -c && ncp node_modules/windicss-analysis/dist/app out/analyzer", |
256 |
| - "watch": "rollup -cw", |
257 |
| - "test": "jest", |
258 |
| - "test:update": "jest -u", |
259 |
| - "lint": "eslint src --ext ts", |
260 |
| - "lint:fix": "npm run lint -- --fix", |
261 |
| - "release": "bumpp --tag --commit --push" |
262 |
| - }, |
263 | 231 | "devDependencies": {
|
264 | 232 | "@rollup/plugin-commonjs": "20.0.0",
|
265 | 233 | "@rollup/plugin-json": "4.1.0",
|
|
285 | 253 | "ts-jest": "27.0.4",
|
286 | 254 | "tslib": "2.3.1",
|
287 | 255 | "typescript": "4.3.5",
|
288 |
| - "windicss": "3.1.7", |
| 256 | + "windicss": "3.3.0", |
289 | 257 | "windicss-analysis": "0.3.2"
|
| 258 | + }, |
| 259 | + "displayName": "WindiCSS IntelliSense", |
| 260 | + "engines": { |
| 261 | + "vscode": "^1.48.0" |
| 262 | + }, |
| 263 | + "homepage": "https://github.com/windicss/windicss-intellisense", |
| 264 | + "icon": "res/logo.png", |
| 265 | + "keywords": [ |
| 266 | + "autocomplete", |
| 267 | + "css", |
| 268 | + "intellisense", |
| 269 | + "tailwind", |
| 270 | + "tailwindcss", |
| 271 | + "vscode", |
| 272 | + "windi", |
| 273 | + "windicss" |
| 274 | + ], |
| 275 | + "license": "MIT", |
| 276 | + "main": "./out/extension.js", |
| 277 | + "publisher": "voorjaar", |
| 278 | + "repository": { |
| 279 | + "type": "git", |
| 280 | + "url": "https://github.com/windicss/windicss-intellisense" |
| 281 | + }, |
| 282 | + "scripts": { |
| 283 | + "build": "rimraf out && cross-env NODE_ENV=production rollup -c && ncp node_modules/windicss-analysis/dist/app out/analyzer", |
| 284 | + "lint": "eslint src --ext ts", |
| 285 | + "lint:fix": "npm run lint -- --fix", |
| 286 | + "release": "bumpp --tag --commit --push", |
| 287 | + "test": "jest", |
| 288 | + "test:update": "jest -u", |
| 289 | + "watch": "rollup -cw" |
290 | 290 | }
|
291 | 291 | }
|
0 commit comments