2021-04-23 20:50:17 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/react-demo",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-scripts": "^4.0.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@iconify-icons/mdi-light": "^1.1.0",
|
|
|
|
"@iconify-icons/uil": "^1.1.1",
|
2021-05-07 19:17:16 +00:00
|
|
|
"@iconify/core": "^1.0.0",
|
|
|
|
"@iconify/react": "^3.0.0-alpha.0"
|
2021-04-23 20:50:17 +00:00
|
|
|
}
|
|
|
|
}
|