2022-07-06 04:15:11 +00:00
|
|
|
{
|
|
|
|
"name": "sakai-react",
|
|
|
|
"version": "7.0.3-SNAPSHOT",
|
|
|
|
"homepage": ".",
|
|
|
|
"private": false,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/primefaces/sakai-react.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-07-23 05:08:58 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2022-07-06 04:15:11 +00:00
|
|
|
"@fullcalendar/core": "^5.7.2",
|
|
|
|
"@fullcalendar/daygrid": "^5.7.2",
|
|
|
|
"@fullcalendar/interaction": "^5.7.2",
|
|
|
|
"@fullcalendar/react": "^5.7.0",
|
2022-07-19 03:33:36 +00:00
|
|
|
"@fullcalendar/timegrid": "^5.7.2",
|
2022-08-19 05:21:29 +00:00
|
|
|
"axios": "^0.19.2",
|
|
|
|
"bootstrap": "^5.2.0",
|
2022-07-06 04:15:11 +00:00
|
|
|
"chart.js": "3.3.2",
|
2022-07-19 03:33:36 +00:00
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"cors": "^2.8.5",
|
2022-07-06 04:15:11 +00:00
|
|
|
"primeflex": "3.1.0",
|
|
|
|
"primeicons": "^5.0.0",
|
2022-07-19 03:33:36 +00:00
|
|
|
"primereact": "7.2.0",
|
2022-07-06 04:15:11 +00:00
|
|
|
"prismjs": "1.9.0",
|
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-app-polyfill": "^1.0.6",
|
2022-08-01 05:56:28 +00:00
|
|
|
"react-cookie": "^4.1.1",
|
2022-07-06 04:15:11 +00:00
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-scripts": "3.4.1",
|
|
|
|
"react-transition-group": "^4.4.1",
|
2022-07-19 03:33:36 +00:00
|
|
|
"sass": "^1.32.8"
|
2022-07-06 04:15:11 +00:00
|
|
|
},
|
|
|
|
"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 <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|