forked from rlamana/docusaurus-plugin-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 Bytes
/
package.json
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
{
"name": "docusaurus-plugin-sass",
"version": "0.2.5",
"description": "Docusaurus plugin to provide support for SASS/SCSS",
"main": "docusaurus-plugin-sass.js",
"types": "docusaurus-plugin-sass.d.ts",
"dependencies": {
"sass-loader": "^16.0.2"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0-beta || ^3.0.0-alpha",
"sass": "^1.30.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rlamana/docusaurus-plugin-sass.git"
},
"homepage": "https://github.com/rlamana/docusaurus-plugin-sass",
"keywords": [
"docusaurus",
"docusaurus-plugin",
"sass",
"scss",
"css"
],
"author": "rlamana",
"license": "MIT",
"readme": "README.md",
"bugs": {
"url": "https://github.com/rlamana/docusaurus-plugin-sass/issues"
}
}