mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-30 10:48:12 +08:00
37 lines
789 B
JSON
37 lines
789 B
JSON
{
|
|
"name": "@fesjs/plugin-sass",
|
|
"version": "3.0.0-beta.3",
|
|
"description": "@fesjs/plugin-sass",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-sass"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"sass": "^1.32.11",
|
|
"sass-loader": "^11.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^3.0.0-beta.0"
|
|
}
|
|
}
|