react-icons-kit-allreact
Version:
Fork off React Icons Kit loosening the reactjs version
66 lines (65 loc) • 1.95 kB
JSON
{
"name": "react-icons-kit-allreact",
"version": "1.1.12",
"description": "Fork off React Icons Kit loosening the reactjs version",
"main": "dist/index.js",
"types": "./dist/types/",
"keywords": [
"react",
"react icons",
"react svg icons",
"fontawesome",
"material design icons",
"icons",
"icons react",
"react-icons",
"react-icons-kit"
],
"author": "Warren Mira <warrenmira@gmail.com>",
"license": "MIT",
"scripts": {
"predist": "rimraf dist/",
"build": "babel src --out-dir dist ",
"types": "tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir dist/types",
"dist": "npm run build && npm run types && cp -a package.json README.md dist ",
"devsite": "webpack-dev-server src/site/index.js",
"buildsite": "cross-env NODE_ENV='production' webpack src/site/index.js site/bundle.js ",
"test-watch": "mocha --compilers js:babel-register --recursive --watch "
},
"repository": {
"type": "git",
"url": "git+git@github.com:pontusvision/react-icons-kit.git"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cheerio": "^0.22.0",
"cross-env": "^7.0.3",
"css-loader": "^5.1.3",
"es2015": "0.0.0",
"fstream": "^1.0.12",
"node-zip": "^1.1.1",
"prop-types": "*",
"publish-dist": "^1.0.8",
"react": "*",
"react-dom": "*",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"svgfont2js": "^0.1.2",
"typescript": "^4.2.3",
"webpack": "^5.26.1",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"camel-case": "^4.1.2",
"prop-types": "^15.5.8"
}
}