46 строки
1.2 KiB
JSON
46 строки
1.2 KiB
JSON
{
|
|
"name": "@microsoft/azure-iot-ux-baseline",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@microsoft/azure-iot-ux-fluent-controls": "^6.2.5",
|
|
"@microsoft/azure-iot-ux-fluent-css": "6.0.0",
|
|
"classnames": "^2.2.6",
|
|
"i18next": "^15.1.3",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"i18next-xhr-backend": "^2.0.1",
|
|
"react": "^16.8.6",
|
|
"react-app-polyfill": "^1.0.1",
|
|
"react-dom": "^16.8.6",
|
|
"react-i18next": "^10.10.0",
|
|
"react-router-dom": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/i18next-browser-languagedetector": "^3.0.0",
|
|
"@types/i18next-xhr-backend": "^1.4.2",
|
|
"@types/jest": "^24.0.13",
|
|
"@types/node": "^10.12.21",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/react-router-dom": "^4.3.3",
|
|
"node-sass": "^4.12.0",
|
|
"react-scripts": "^3.0.1",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 10",
|
|
"not op_mini all"
|
|
]
|
|
}
|