2019-08-21 17:04:26 +02:00
|
|
|
{
|
|
|
|
"name": "foris",
|
2020-01-13 16:10:19 +01:00
|
|
|
"version": "3.1.2",
|
2019-08-23 15:20:22 +02:00
|
|
|
"description": "Set of components and utils for Foris and its plugins.",
|
2019-08-21 17:04:26 +02:00
|
|
|
"author": "CZ.NIC, z.s.p.o.",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-12-09 11:51:50 +01:00
|
|
|
"url": "https://gitlab.labs.nic.cz/turris/reforis/foris-js.git"
|
2019-08-21 17:04:26 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"foris",
|
|
|
|
"reforis"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0",
|
2020-01-08 09:38:02 +01:00
|
|
|
"main": "./src/index.js",
|
2019-08-21 17:04:26 +02:00
|
|
|
"dependencies": {
|
2020-01-09 16:00:27 +01:00
|
|
|
"axios": "^0.19.1",
|
|
|
|
"immutability-helper": "3.0.1",
|
2019-09-26 13:09:37 +02:00
|
|
|
"moment": "^2.24.0",
|
2020-01-09 16:00:27 +01:00
|
|
|
"pdfmake": "^0.1.63",
|
|
|
|
"qrcode.react": "^0.9.3",
|
2019-08-21 17:04:26 +02:00
|
|
|
"react-datetime": "^2.16.3",
|
2020-01-09 16:00:27 +01:00
|
|
|
"react-router": "^5.1.2",
|
2019-09-26 13:09:37 +02:00
|
|
|
"react-uid": "^2.2.0"
|
2019-08-23 15:20:22 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-01-09 16:00:27 +01:00
|
|
|
"bootstrap": "4.4.1",
|
|
|
|
"prop-types": "15.7.2",
|
2019-11-18 13:51:43 +01:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0"
|
2019-08-21 17:04:26 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-09 16:00:27 +01:00
|
|
|
"@babel/cli": "^7.7.7",
|
|
|
|
"@babel/core": "^7.7.7",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.7.6",
|
|
|
|
"@babel/preset-env": "^7.7.7",
|
|
|
|
"@babel/preset-react": "^7.7.4",
|
|
|
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
2019-09-10 10:30:42 +02:00
|
|
|
"@testing-library/react": "^8.0.9",
|
2019-08-21 17:04:26 +02:00
|
|
|
"babel-loader": "^8.0.6",
|
|
|
|
"babel-polyfill": "^6.26.0",
|
2020-01-09 16:00:27 +01:00
|
|
|
"eslint": "^6.8.0",
|
2019-11-13 11:11:11 +01:00
|
|
|
"eslint-config-reforis": "^1.0.0",
|
2020-01-09 16:00:27 +01:00
|
|
|
"jest": "^24.9.0",
|
|
|
|
"jest-mock-axios": "^3.2.0",
|
2020-01-09 17:46:15 +01:00
|
|
|
"moment-timezone": "^0.5.27",
|
2020-01-09 16:00:27 +01:00
|
|
|
"prop-types": "15.7.2",
|
2019-11-18 13:51:43 +01:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0",
|
2020-01-09 16:00:27 +01:00
|
|
|
"react-styleguidist": "^10.4.2",
|
|
|
|
"snapshot-diff": "^0.5.1"
|
2019-08-21 17:04:26 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint src",
|
2020-01-09 11:25:29 +01:00
|
|
|
"lint:fix": "eslint --fix src",
|
2019-08-21 17:04:26 +02:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
2019-09-10 10:30:42 +02:00
|
|
|
"test:coverage": "jest --coverage --colors",
|
2019-09-25 15:43:37 +02:00
|
|
|
"docs": "npx styleguidist build ",
|
|
|
|
"docs:watch": "styleguidist server"
|
2019-11-01 10:28:28 +01:00
|
|
|
}
|
2019-08-21 17:04:26 +02:00
|
|
|
}
|