update
This commit is contained in:
143
package.json
143
package.json
@@ -1,83 +1,94 @@
|
||||
{
|
||||
"name": "mantine-next-template",
|
||||
"version": "1.0.0",
|
||||
"name": "codesecer-ui",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"analyze": "ANALYZE=true next build",
|
||||
"start": "next start",
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"export": "next build && next export",
|
||||
"lint": "next lint",
|
||||
"lint": "eslint src",
|
||||
"jest": "jest",
|
||||
"jest:watch": "jest --watch",
|
||||
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
||||
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
||||
"test": "npm run prettier:check && npm run lint && npm run typecheck && npm run jest",
|
||||
"storybook": "start-storybook -p 7001",
|
||||
"storybook:build": "build-storybook"
|
||||
"test": "yarn typecheck && yarn lint",
|
||||
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook",
|
||||
"chromatic": "npx chromatic --project-token=180ac2186305"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.4",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@mantine/carousel": "6.0.0",
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@grafana/faro-react": "^1.0.2",
|
||||
"@grafana/faro-web-tracing": "^1.0.2",
|
||||
"@mantine/core": "6.0.0",
|
||||
"@mantine/dates": "6.0.0",
|
||||
"@mantine/form": "^6.0.2",
|
||||
"@mantine/hooks": "6.0.0",
|
||||
"@mantine/next": "6.0.0",
|
||||
"@mantine/notifications": "6.0.0",
|
||||
"@mantine/prism": "6.0.0",
|
||||
"@next/bundle-analyzer": "^13.1.6",
|
||||
"@prisma/client": "4.11.0",
|
||||
"@tabler/icons": "^1.107.0",
|
||||
"@tabler/icons-react": "^2.4.0",
|
||||
"cookies-next": "^2.1.1",
|
||||
"@mantine/form": "^6.0.0",
|
||||
"@mantine/hooks": "^6.0.0",
|
||||
"@mantine/notifications": "^6.0.0",
|
||||
"@reduxjs/toolkit": "^1.9.3",
|
||||
"@tabler/icons-react": "^2.7.0",
|
||||
"axios": "^1.3.4",
|
||||
"dayjs": "^1.11.7",
|
||||
"dotenv": "^16.0.3",
|
||||
"embla-carousel-react": "^7.0.3",
|
||||
"mongodb": "^5.1.0",
|
||||
"next": "13.1.6",
|
||||
"prisma": "^4.11.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"i18next": ">=21.0.0",
|
||||
"i18next-browser-languagedetector": "^6.1.4",
|
||||
"lodash": "^4.17.21",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-i18next": "^11.17.1",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"remark": "^14.0.2",
|
||||
"remark-html": "^15.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@next/eslint-plugin-next": "^12.1.4",
|
||||
"@storybook/react": "^6.5.13",
|
||||
"@testing-library/dom": "^8.12.0",
|
||||
"@testing-library/jest-dom": "^5.16.3",
|
||||
"@testing-library/react": "^13.0.0",
|
||||
"@testing-library/user-event": "^14.0.4",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^18.11.4",
|
||||
"@types/react": "18.0.21",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"babel-loader": "^8.2.4",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "^17.0.0",
|
||||
"eslint-config-mantine": "2.0.0",
|
||||
"eslint-config-prettier": "^8.7.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jest": "^26.1.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.6.0",
|
||||
"@babel/core": "^7.21.0",
|
||||
"@storybook/addon-actions": "^6.5.16",
|
||||
"@storybook/addon-essentials": "^6.5.16",
|
||||
"@storybook/addon-interactions": "^6.5.16",
|
||||
"@storybook/addon-links": "^6.5.16",
|
||||
"@storybook/addons": ">=6.5.0",
|
||||
"@storybook/api": ">=6.5.0",
|
||||
"@storybook/builder-vite": "^0.4.2",
|
||||
"@storybook/components": ">=6.5.0",
|
||||
"@storybook/core-events": ">=6.5.0",
|
||||
"@storybook/react": "^6.5.16",
|
||||
"@storybook/testing-library": "^0.0.13",
|
||||
"@storybook/theming": ">=6.5.0",
|
||||
"@testing-library/dom": "^8.20.0",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jest": "^29.4.0",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"@types/react": "^18.0.27",
|
||||
"@types/react-dom": "^18.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
||||
"@typescript-eslint/parser": "^5.50.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"babel-loader": "^8.3.0",
|
||||
"chromatic": "^6.17.1",
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.3",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.30.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-storybook": "^0.5.7",
|
||||
"eslint-plugin-testing-library": "^5.2.0",
|
||||
"jest": "^27.5.1",
|
||||
"prettier": "^2.7.1",
|
||||
"storybook-addon-turbo-build": "^1.1.0",
|
||||
"storybook-dark-mode": "^1.1.2",
|
||||
"ts-jest": "^27.1.4",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
"eslint-plugin-storybook": "^0.6.11",
|
||||
"i18next-http-backend": "^1.4.0",
|
||||
"install-peerdeps": "^3.0.3",
|
||||
"jest": "^29.4.1",
|
||||
"jest-environment-jsdom": "^29.4.1",
|
||||
"prettier": "^2.8.3",
|
||||
"react-router": "^6.3.0",
|
||||
"storybook": "^6.5.16",
|
||||
"storybook-addon-react-router-v6": "0.2.1",
|
||||
"storybook-dark-mode": "^2.1.1",
|
||||
"storybook-react-i18next": "1.1.2",
|
||||
"stylis-plugin-rtl": "^2.1.1",
|
||||
"ts-jest": "^29.0.5",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.1.1"
|
||||
},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"_id": "mantine-vite-template@0.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user