{ "name": "minerva", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:ts": "node_modules/eslint/bin/eslint.js src --ext .ts,.tsx", "prettier:ci": "./node_modules/.bin/prettier --check .", "format": "next lint && ./node_modules/.bin/prettier --check .", "format:fix": "next lint --fix && ./node_modules/.bin/prettier --write .", "check-types": "tsc --pretty --noEmit", "prepare": "husky install", "postinstall": "husky install", "test": "jest --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$|@react-dnd|@babel|redux|react-dnd|dnd-core|react-dnd-html5-backend))'", "test:watch": "jest --watch --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$|@react-dnd|@babel|redux|react-dnd|dnd-core|react-dnd-html5-backend))'", "test:ci": "jest --config ./jest.config.ts --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --passWithNoTests --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|color-space|color-rgba|color-parse|.*\\.mjs$|@react-dnd|@babel|redux|react-dnd|dnd-core|react-dnd-html5-backend))'", "test:coverage": "jest --watchAll --coverage --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*\\.mjs$))'", "test:coveragee": "jest --coverage --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*\\.mjs$))'", "coverage": "open ./coverage/lcov-report/index.html", "cypress": "cypress open" }, "dependencies": { "@next/font": "13.5.6", "@reduxjs/toolkit": "1.9.7", "@tanstack/react-table": "8.11.7", "@types/node": "20.6.2", "@types/openlayers": "4.6.23", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.15", "axios": "1.6.3", "axios-hooks": "5.0.2", "crypto-js": "4.2.0", "downshift": "8.3.1", "eslint-config-next": "13.4.19", "is-uuid": "1.0.2", "molart": "1.15.0", "next": "13.4.19", "ol": "8.2.0", "polished": "4.3.1", "postcss": "8.4.29", "query-string": "7.1.3", "react": "18.2.0", "react-accessible-accordion": "5.0.0", "react-autosuggest": "^10.1.0", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-dom": "18.2.0", "react-dropzone": "14.2.3", "react-redux": "8.1.3", "sonner": "1.4.3", "tailwind-merge": "1.14.0", "tailwindcss": "3.4.13", "ts-deepmerge": "6.2.0", "use-debounce": "9.0.4", "uuid": "9.0.1", "zod": "3.22.4", "zod-to-json-schema": "3.22.4" }, "devDependencies": { "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "@testing-library/jest-dom": "6.1.6", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/crypto-js": "4.2.2", "@types/is-uuid": "1.0.2", "@types/jest": "29.5.11", "@types/react-autosuggest": "^10.1.11", "@types/react-redux": "7.1.33", "@types/redux-mock-store": "1.0.6", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "6.17.0", "@typescript-eslint/parser": "6.17.0", "axios-mock-adapter": "1.22.0", "cypress": "13.6.2", "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "9.1.0", "eslint-config-standard-with-typescript": "39.1.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-n": "16.6.1", "eslint-plugin-prettier": "5.1.2", "eslint-plugin-promise": "6.1.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-tailwindcss": "3.13.1", "eslint-plugin-testing-library": "6.2.0", "husky": "8.0.3", "jest": "29.7.0", "jest-canvas-mock": "2.5.2", "jest-environment-jsdom": "29.7.0", "jest-junit": "16.0.0", "jest-watch-typeahead": "2.2.2", "lint-staged": "14.0.1", "next-router-mock": "0.9.11", "prettier": "3.1.1", "prettier-2": "npm:prettier@2.8.8", "prettier-plugin-tailwindcss": "0.5.6", "redux-mock-store": "1.5.4", "redux-thunk": "2.4.2", "typescript": "5.3.3", "zod-fixture": "2.5.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }