12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "chronobriq-react",
- "version": "0.0.0",
- "scripts": {
- "dev": "yarn watch:css && vite",
- "build": "yarn watch:css && vite build",
- "serve": "vite preview",
- "test": "react-scripts test",
- "cypress:open": "cypress open",
- "watch:css": "postcss src/styles/tailwind.css -o src/styles/output.css"
- },
- "dependencies": {
- "@reduxjs/toolkit": "^1.6.1",
- "autoprefixer": "^10.3.4",
- "axios": "^0.21.1",
- "js-cookie": "^2.2.1",
- "jwt-decode": "^3.1.2",
- "postcss": "^8.3.6",
- "postcss-cli": "^8.3.1",
- "react": "^17.0.0",
- "react-dom": "^17.0.0",
- "react-intl": "^5.20.6",
- "react-redux": "^7.2.4",
- "react-router-dom": "^5.2.0",
- "redux": "^4.1.0",
- "redux-persist": "^6.0.0",
- "redux-thunk": "^2.3.0",
- "tailwindcss": "^2.2.9"
- },
- "devDependencies": {
- "@testing-library/jest-dom": "^5.14.1",
- "@testing-library/react": "^12.0.0",
- "@testing-library/user-event": "^13.2.1",
- "@vitejs/plugin-react-refresh": "^1.3.1",
- "cypress": "^8.0.0",
- "react-scripts": "^4.0.3",
- "sass": "^1.35.0",
- "vite": "^2.3.5"
- }
- }
|