@wavemaker/foundation-css 12.0.0-next.45013

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.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@wavemaker/foundation-css",
3
+ "version": "12.0.0-next.45013",
4
+ "description": "Foundation of CSS used in WaveMaker with custom widgets.",
5
+ "main": "foundation.css",
6
+ "scripts": {
7
+ "build": "npm run compile-css && npm run minify-css && npm run copy-fonts && node ./scripts/build.js post-build",
8
+ "compile-css": "lessc src/style.less dist/styles/foundation/foundation.css",
9
+ "minify-css": "lessc src/style.less dist/styles/foundation/foundation.min.css --clean-css",
10
+ "copy-fonts": "mkdir -p dist/styles/foundation/fonts && cp -r src/fonts/* dist/styles/foundation/fonts/"
11
+ },
12
+ "devDependencies": {
13
+ "less": "^4.2.0",
14
+ "less-plugin-clean-css": "^1.6.0",
15
+ "execa": "^5.0.0",
16
+ "fs-extra": "^11.2.0",
17
+ "tar": "^7.4.3",
18
+ "yargs": "^17.7.2"
19
+ },
20
+ "author": "",
21
+ "license": "ISC",
22
+ "style": "foundation.css",
23
+ "exports": {
24
+ ".": "./foundation.css"
25
+ }
26
+ }