@nypl/dgx-svg-icons
Version:
React DGX SVG Icons
66 lines (65 loc) • 1.67 kB
JSON
{
"name": "@nypl/dgx-svg-icons",
"version": "0.3.14",
"description": "React DGX SVG Icons",
"main": "dist/index.min.js",
"scripts": {
"build": "node_modules/.bin/webpack -p --config webpack.config.js",
"start": "NODE_ENV=development node server.js",
"styleguide": "node_modules/.bin/styleguidist server",
"styleguide:build": "node_modules/.bin/styleguidist build"
},
"author": "NYPL Digital Experience",
"contributors": [
{
"name": "Edwin Guzman",
"email": "edwinguzman@nypl.org"
},
{
"name": "Ricardo E. Galvez",
"email": "ricardogalvez@nypl.org"
},
{
"name": "Rafael Hernandez",
"email": "rafaelhernandez@nypl.org"
},
{
"name": "Kang Peng",
"email": "kangtingpeng@nypl.org"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NYPL/dgx-svg-icons.git"
},
"keywords": [
"svg",
"react",
"icons"
],
"bugs": {
"url": "https://github.com/NYPL/dgx-svg-icons/issues"
},
"devDependencies": {
"@babel/core": "7.12.10",
"babel-loader": "8.1.0",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.5.2",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.13.1",
"prop-types": "15.7.2",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-hot-loader": "4.12.20",
"react-styleguidist": "8.0.6",
"sass-loader": "8.0.2",
"style-loader": "1.1.4",
"terser-webpack-plugin": "2.3.6",
"webpack": "4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "3.11.2"
}
}