mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "foris",
|
|
"version": "3.1.0",
|
|
"description": "Set of components and utils for Foris and its plugins.",
|
|
"author": "CZ.NIC, z.s.p.o.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.labs.nic.cz/turris/reforis/foris-js.git"
|
|
},
|
|
"keywords": [
|
|
"foris",
|
|
"reforis"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"jest-transform-css": "^2.0.0",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.25",
|
|
"prop-types": "^15.7.2",
|
|
"react-datetime": "^2.16.3",
|
|
"react-router": "^5.0.1",
|
|
"react-uid": "^2.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"immutability-helper": "3.0.1",
|
|
"pdfmake": "^0.1.63",
|
|
"qrcode.react": "^0.9.3",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/plugin-syntax-export-default-from": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
|
"@testing-library/react": "^8.0.9",
|
|
"babel-jest": "^24.8.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-module-resolver": "^3.2.0",
|
|
"babel-plugin-react-transform": "^3.0.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"bootstrap": "^4.3.1",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.2.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-reforis": "^1.0.0",
|
|
"file-loader": "^4.2.0",
|
|
"immutability-helper": "3.0.1",
|
|
"jest": "^24.8.0",
|
|
"jest-mock-axios": "^3.0.0",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.25",
|
|
"pdfmake": "^0.1.63",
|
|
"qrcode.react": "^0.9.3",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"react-styleguidist": "^10.3.2",
|
|
"snapshot-diff": "^0.5.1",
|
|
"style-loader": "^1.0.0",
|
|
"webpack": "^4.41.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"
|
|
}
|
|
}
|