Слияние кода завершено, страница обновится автоматически
{
"name": "fabulous",
"displayName": "Fabulous",
"description": "CSS editor",
"publisher": "raathigeshan",
"version": "0.12.0",
"engines": {
"vscode": "^1.33.0"
},
"categories": [
"Other"
],
"activationEvents": [
"*"
],
"repository": {
"type": "git",
"url": "https://github.com/Raathigesh/fabulous.git"
},
"icon": "icons/marketplace.png",
"galleryBanner": {
"color": "#111111",
"theme": "dark"
},
"preview": true,
"main": "./out/extension/extension.js",
"contributes": {
"commands": [
{
"command": "fabulous.showPanel",
"title": "Toggle Fabulous panel",
"icon": {
"dark": "./icons/icon-light.png",
"light": "./icons/icon-dark.png"
}
}
],
"menus": {
"editor/title": [
{
"when": "resourceLangId == html",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == css",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == scss",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == javascript",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == typescript && isAngularComponent",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == javascriptreact",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == typescriptreact",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == postcss",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == svelte",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
},
{
"when": "resourceLangId == vue",
"command": "fabulous.showPanel",
"alt": "fabulous.showPanel",
"group": "navigation"
}
]
}
},
"scripts": {
"vscode:prepublish": "yarn run build",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./src/extension --project ./tsconfig.json",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "yarn run compile && node ./node_modules/vscode/bin/test",
"ui": "webpack-dev-server --env.development --config ./webpack.config.js",
"build-ui": "webpack --env.production --config ./webpack.config.js",
"build": "rimraf out && yarn compile && yarn build-ui",
"package-ext": "vsce package",
"publish-ext": "vsce publish"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/babel-traverse": "^6.25.5",
"@types/chai": "^4.1.7",
"@types/mocha": "^2.2.42",
"@types/node": "^10.12.21",
"@types/parse5": "^5.0.0",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"@types/react-select": "^2.0.17",
"@types/rebass": "^3.0.3",
"@types/styled-components": "4.1.10",
"@types/styled-system": "^4.1.1",
"all-contributors-cli": "^6.6.1",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"husky": "^2.3.0",
"mocha-typescript": "^1.1.17",
"prettier": "1.17.1",
"pretty-quick": "^1.11.0",
"react": "^16.8.6",
"react-color": "^2.17.2",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-select": "^2.4.3",
"react-tippy": "^1.2.3",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"styled-components": "^4.2.0",
"styled-system": "^4.1.0",
"typescript": "3.3.4000",
"vscode": "^1.1.28",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@babel/traverse": "^7.4.3",
"parse5": "^5.1.0",
"postcss": "^7.0.14",
"postcss-scss": "^2.0.0",
"rebass": "^3.1.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )