@abrasileirado/dsgovbr-bootstraped 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -31
package/package.json
CHANGED
|
@@ -1,53 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abrasileirado/dsgovbr-bootstraped",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Camada de compatibilidade visual não oficial entre o Bootstrap 5 e o Design System GOV.BR (DSGovBR)",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
"bootstrap",
|
|
8
|
-
"abrasileirado"
|
|
9
|
-
],
|
|
10
|
-
"homepage": "https://abrasileirado.github.io/dsgovbr-bootstraped/",
|
|
11
|
-
"bugs": {
|
|
12
|
-
"url": "https://github.com/abrasileirado/dsgovbr-bootstraped/issues"
|
|
13
|
-
},
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Kelson da Costa Medeiros",
|
|
14
7
|
"repository": {
|
|
15
8
|
"type": "git",
|
|
16
9
|
"url": "git+https://github.com/abrasileirado/dsgovbr-bootstraped.git"
|
|
17
10
|
},
|
|
18
|
-
"
|
|
19
|
-
"author": "Kelson da Costa Medeiros",
|
|
20
|
-
"type": "commonjs",
|
|
21
|
-
"main": "index.js",
|
|
22
|
-
"directories": {
|
|
23
|
-
"doc": "docs"
|
|
24
|
-
},
|
|
11
|
+
"homepage": "https://abrasileirado.github.io/dsgovbr-bootstraped/",
|
|
25
12
|
"files": [
|
|
26
13
|
"dist/",
|
|
27
14
|
"src/scss/",
|
|
28
15
|
"README.md",
|
|
29
16
|
"LICENSE"
|
|
30
17
|
],
|
|
18
|
+
"style": "./dist/dsgovbr-bootstraped.css",
|
|
19
|
+
"sass": "./src/scss/index.scss",
|
|
31
20
|
"scripts": {
|
|
32
21
|
"build:css": "sass src/scss/index.scss:dist/dsgovbr-bootstraped.css --style=expanded --source-map",
|
|
33
22
|
"build:css:min": "sass src/scss/index.scss:dist/dsgovbr-bootstraped.min.css --style=compressed --no-source-map",
|
|
34
23
|
"build:docs-assets": "node -e \"require('fs').mkdirSync('docs/assets/css',{recursive:true});require('fs').copyFileSync('dist/dsgovbr-bootstraped.min.css','docs/assets/css/dsgovbr-bootstraped.css')\"",
|
|
35
24
|
"build": "npm run build:css && npm run build:css:min && npm run build:docs-assets"
|
|
36
25
|
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"chokidar": "^5.0.0",
|
|
39
|
-
"detect-libc": "^2.1.2",
|
|
40
|
-
"immutable": "^5.1.9",
|
|
41
|
-
"is-extglob": "^2.1.1",
|
|
42
|
-
"is-glob": "^4.0.3",
|
|
43
|
-
"node-addon-api": "^7.1.1",
|
|
44
|
-
"picomatch": "^4.0.7",
|
|
45
|
-
"readdirp": "^5.1.1",
|
|
46
|
-
"source-map-js": "^1.2.1"
|
|
47
|
-
},
|
|
48
26
|
"devDependencies": {
|
|
49
27
|
"sass": "^1.80.0"
|
|
50
|
-
}
|
|
51
|
-
"style": "./dist/dsgovbr-bootstraped.css",
|
|
52
|
-
"sass": "./src/scss/index.scss"
|
|
28
|
+
}
|
|
53
29
|
}
|