-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
221 changed files
with
933 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"name": "@iconbox/weather", | ||
"private": false, | ||
"version": "1.0.5", | ||
"author": "Jafar Rezaei (SayJeyHi) <[email protected]>", | ||
"main": "./dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"unpkg": "./dist/umd/weatherIcons.production.js", | ||
"scripts": { | ||
"test": "cross-env BABEL_ENV=test jest --config ../../jest.config.js", | ||
"test:coverage": "cross-env BABEL_ENV=test jest --config ../../jest.config.js --coverage=true", | ||
"build": "yarn build:cjs && yarn build:esm && yarn build:es && yarn build:copy-files", | ||
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel.config.js ./src --out-dir ./dist --copy-files", | ||
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --config-file ../../babel.config.js ./src --out-dir ./dist/esm --copy-files", | ||
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --config-file ../../babel.config.js ./src --out-dir ./dist/es --copy-files", | ||
"build:umd": "cross-env BABEL_ENV=production-umd rollup -c", | ||
"build:copy-files": "node ../../scripts/copy-file/icons-packages-copy.js", | ||
"optimize": "svgo src/*/*.svg --config=../../svgo.yml", | ||
"generate": "node ../../scripts/icons/generateSvg.js && node ../../scripts/icons/makeCollections.js", | ||
"change-version": "node ../../scripts/release/change-version.js", | ||
"publish-npm": "node ../../scripts/release/publish-npm.js", | ||
"prebuild": "rimraf ./dist", | ||
"start": "rollup -c -w", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"deploy": "gh-pages -d example/build" | ||
}, | ||
"peerDependencies": { | ||
"@iconbox/config": "^1.0.1", | ||
"prop-types": "^15.0.0", | ||
"react": "^16.8.6" | ||
}, | ||
"engines": { | ||
"node": ">=8", | ||
"npm": ">=5" | ||
}, | ||
"keywords": [ | ||
"svg-icons", | ||
"icon", | ||
"vector" | ||
], | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/snappmarket/iconbox" | ||
}, | ||
"license": "SIL-OFL-1.1", | ||
"owner": { | ||
"name": "Lukas Bischoff", | ||
"url": "https://github.com/erikflowers/weather-icons", | ||
"licence": "https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.