mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-04-12 07:06:40 +02:00
* Add encryption property to guest WiFi settings in tests * Add global fuzzy search and columns visibility to RichTable * Make thead of RichTable lighter * Update dependencies in package.json to latest versions * Enhance ActionButtonWithModal to support dynamic methods * NPM audit fix
74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"name": "foris",
|
|
"version": "6.7.0",
|
|
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
|
|
"author": "CZ.NIC, z.s.p.o.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.nic.cz/turris/reforis/foris-js.git"
|
|
},
|
|
"keywords": [
|
|
"foris",
|
|
"reforis"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
"@tanstack/react-table": "^8.21.2",
|
|
"axios": "^1.7.9",
|
|
"immutability-helper": "^3.1.1",
|
|
"moment": "^2.30.1",
|
|
"qrcode.react": "^4.2.0",
|
|
"react-datetime": "^3.3.1",
|
|
"react-uid": "^2.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bootstrap": "^5.3.3",
|
|
"prop-types": "15.8.1",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"react-router-dom": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.26.4",
|
|
"@babel/core": "^7.26.9",
|
|
"@babel/plugin-transform-runtime": "^7.26.9",
|
|
"@babel/preset-env": "^7.26.9",
|
|
"@babel/preset-react": "^7.26.3",
|
|
"@testing-library/react": "^12.1.5",
|
|
"babel-loader": "^9.2.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"bootstrap": "^5.3.3",
|
|
"css-loader": "^7.1.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-reforis": "^2.2.1",
|
|
"file-loader": "^6.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-mock-axios": "^4.8.0",
|
|
"moment-timezone": "^0.5.47",
|
|
"prettier": "^3.5.3",
|
|
"prop-types": "15.8.1",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-styleguidist": "^12.0.1",
|
|
"snapshot-diff": "^0.10.0",
|
|
"style-loader": "^4.0.0",
|
|
"webpack": "^5.98.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint --fix src",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage --colors",
|
|
"docs": "npx styleguidist build ",
|
|
"docs:watch": "styleguidist server"
|
|
}
|
|
} |