50 строки
1.3 KiB
JSON
50 строки
1.3 KiB
JSON
{
|
|
"name": "windows-rs.web.features",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@fluentui/react-components": "^9.45.0",
|
|
"@fontsource/fira-sans": "^5.0.18",
|
|
"@types/node": "^16.18.69",
|
|
"@types/react": "^18.2.47",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
"@typescript-eslint/parser": "^6.19.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"gh-pages": "^6.1.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.22.1",
|
|
"react-scripts": "^5.0.1",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"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 3 chrome version",
|
|
"last 3 firefox version",
|
|
"last 3 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
|
}
|
|
}
|