2019-08-21 17:04:26 +02:00
|
|
|
{
|
2020-08-18 15:21:53 +02:00
|
|
|
"name": "foris",
|
2024-09-25 15:59:21 +02:00
|
|
|
"version": "6.2.1",
|
2022-02-25 12:57:19 +01:00
|
|
|
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
|
2020-08-18 15:21:53 +02:00
|
|
|
"author": "CZ.NIC, z.s.p.o.",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-18 17:47:20 +02:00
|
|
|
"url": "https://gitlab.nic.cz/turris/reforis/foris-js.git"
|
2020-08-18 15:21:53 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"foris",
|
|
|
|
"reforis"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"main": "./src/index.js",
|
|
|
|
"dependencies": {
|
2024-08-22 15:43:34 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.6.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
2024-06-06 16:32:08 +02:00
|
|
|
"axios": "^1.7.2",
|
2024-06-06 16:27:50 +02:00
|
|
|
"immutability-helper": "^3.1.1",
|
|
|
|
"moment": "^2.30.1",
|
2024-06-06 16:32:08 +02:00
|
|
|
"qrcode.react": "^3.1.0",
|
2024-06-06 16:27:50 +02:00
|
|
|
"react-datetime": "^3.2.0",
|
|
|
|
"react-uid": "^2.3.3"
|
2020-08-18 15:21:53 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-04-19 16:09:03 +02:00
|
|
|
"bootstrap": "^5.3.3",
|
2022-05-31 15:38:33 +02:00
|
|
|
"prop-types": "15.8.1",
|
2020-08-18 15:21:53 +02:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0",
|
|
|
|
"react-router-dom": "^5.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-06 16:27:50 +02:00
|
|
|
"@babel/cli": "^7.24.7",
|
|
|
|
"@babel/core": "^7.24.7",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
|
|
"@babel/preset-env": "^7.24.7",
|
|
|
|
"@babel/preset-react": "^7.24.7",
|
2020-08-18 15:21:53 +02:00
|
|
|
"@testing-library/react": "^8.0.9",
|
|
|
|
"babel-loader": "^8.1.0",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
2024-04-19 16:09:03 +02:00
|
|
|
"bootstrap": "^5.3.3",
|
2021-04-08 12:21:54 +02:00
|
|
|
"css-loader": "^5.2.4",
|
2024-06-06 16:27:50 +02:00
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-reforis": "^2.1.1",
|
2020-08-18 15:21:53 +02:00
|
|
|
"file-loader": "^6.0.0",
|
2024-06-06 16:32:08 +02:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
|
|
"jest-mock-axios": "^4.7.3",
|
|
|
|
"moment-timezone": "^0.5.45",
|
2024-06-26 14:52:42 +02:00
|
|
|
"prettier": "^3.3.2",
|
2022-05-31 15:38:33 +02:00
|
|
|
"prop-types": "15.8.1",
|
2020-08-18 15:21:53 +02:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0",
|
|
|
|
"react-router-dom": "^5.1.2",
|
2024-06-06 16:32:08 +02:00
|
|
|
"react-styleguidist": "^12.0.1",
|
|
|
|
"snapshot-diff": "^0.10.0",
|
2020-08-18 15:21:53 +02:00
|
|
|
"style-loader": "^1.2.1",
|
2024-06-26 14:52:42 +02:00
|
|
|
"webpack": "^5.92.1"
|
2020-08-18 15:21:53 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
"test:coverage": "jest --coverage --colors",
|
|
|
|
"docs": "npx styleguidist build ",
|
2021-11-18 16:28:33 +01:00
|
|
|
"docs:watch": "styleguidist server"
|
2020-08-18 15:21:53 +02:00
|
|
|
}
|
2019-08-21 17:04:26 +02:00
|
|
|
}
|