2023-02-27 08:55:07 +00:00
|
|
|
{
|
2023-06-23 03:59:14 +00:00
|
|
|
"private": true,
|
|
|
|
"sideEffects": false,
|
2023-02-27 08:55:07 +00:00
|
|
|
"scripts": {
|
2024-03-24 09:53:30 +00:00
|
|
|
"build": "remix vite:build",
|
2024-04-20 13:43:55 +00:00
|
|
|
"dev": "remix vite:dev --host 127.0.0.1",
|
2023-07-04 08:05:08 +00:00
|
|
|
"lint": "eslint --ext .js,.ts,.jsx,.tsx .",
|
2024-03-23 22:19:49 +00:00
|
|
|
"lint-fix": "eslint --ext .js,.ts,.jsx,.tsx . --fix",
|
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
|
2023-02-27 08:55:07 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-26 12:08:05 +00:00
|
|
|
"@chakra-ui/react": "^2.7.1",
|
2024-05-01 23:27:12 +00:00
|
|
|
"@chakra-ui/react-types": "^2.0.6",
|
2023-08-03 13:55:58 +00:00
|
|
|
"@editorjs/editorjs": "^2.27.2",
|
2024-04-29 10:44:09 +00:00
|
|
|
"@emotion/react": "^11.11.4",
|
2023-07-21 01:13:02 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2024-04-30 09:27:42 +00:00
|
|
|
"@monaco-editor/react": "^4.6.0",
|
2024-03-24 09:53:30 +00:00
|
|
|
"@remix-run/node": "^2.8.1",
|
2024-07-24 05:22:20 +00:00
|
|
|
"@remix-run/react": "^2.10.3",
|
|
|
|
"@remix-run/serve": "^2.10.3",
|
2023-06-23 03:59:14 +00:00
|
|
|
"@vercel/analytics": "^0.1.11",
|
2024-07-24 05:22:20 +00:00
|
|
|
"@vercel/remix": "^2.10.3",
|
2024-04-20 13:43:55 +00:00
|
|
|
"axios": "^1.6.8",
|
2024-04-30 09:27:42 +00:00
|
|
|
"bcrypt": "^5.1.1",
|
2023-08-03 13:48:56 +00:00
|
|
|
"draft-js": "^0.11.7",
|
2023-08-22 11:31:37 +00:00
|
|
|
"emojis-list": "^3.0.0",
|
2024-03-24 09:53:30 +00:00
|
|
|
"emotion": "^11.0.0",
|
2023-07-15 08:08:36 +00:00
|
|
|
"flatted": "^3.2.7",
|
|
|
|
"fuse.js": "^6.6.2",
|
2023-07-04 08:05:08 +00:00
|
|
|
"gradient-path": "^2.3.0",
|
2024-05-01 23:27:12 +00:00
|
|
|
"hex-to-rgba": "^2.0.1",
|
2023-06-23 03:59:14 +00:00
|
|
|
"isbot": "latest",
|
2023-07-01 09:46:36 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2024-04-29 10:44:09 +00:00
|
|
|
"mongodb": "^6.5.0",
|
2023-06-23 03:59:14 +00:00
|
|
|
"react": "^18.2.0",
|
2023-07-01 14:49:01 +00:00
|
|
|
"react-click-away-listener": "^2.2.3",
|
2023-08-03 10:56:42 +00:00
|
|
|
"react-contenteditable": "^3.3.7",
|
2023-07-01 09:46:36 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-07-21 13:33:47 +00:00
|
|
|
"react-icons": "^4.10.1",
|
2023-08-17 14:21:38 +00:00
|
|
|
"react-sticky": "^6.0.3",
|
|
|
|
"react-sticky-el": "^2.1.0",
|
|
|
|
"react-visibility-sensor": "^5.1.1",
|
2023-08-22 00:36:01 +00:00
|
|
|
"rxjs": "^7.8.1",
|
2023-07-05 04:49:14 +00:00
|
|
|
"tinygradient": "^1.1.5",
|
2023-07-01 09:46:36 +00:00
|
|
|
"uuid": "^9.0.0"
|
2023-03-08 21:41:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-24 04:15:41 +00:00
|
|
|
"@emotion/styled": "^11.13.0",
|
2024-07-24 05:22:20 +00:00
|
|
|
"@remix-run/dev": "^2.10.3",
|
2024-03-24 09:53:30 +00:00
|
|
|
"@remix-run/eslint-config": "^2.8.1",
|
2023-07-04 08:05:08 +00:00
|
|
|
"@shopify/eslint-plugin": "^42.1.0",
|
|
|
|
"@types/eslint": "^8.40.2",
|
2023-06-23 03:59:14 +00:00
|
|
|
"@types/react": "^18.0.25",
|
|
|
|
"@types/react-dom": "^18.0.11",
|
2023-07-04 08:05:08 +00:00
|
|
|
"@typescript-eslint/parser": "^5.60.1",
|
|
|
|
"eslint": "^8.43.0",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-loader": "^4.0.2",
|
|
|
|
"eslint-plugin-chakra-ui": "^0.8.0",
|
|
|
|
"eslint-plugin-hydrogen": "^0.12.3",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
2024-07-24 04:13:24 +00:00
|
|
|
"framer-motion": "^11.3.12",
|
2024-04-29 10:44:09 +00:00
|
|
|
"remix-flat-routes": "^0.6.4",
|
2024-07-24 05:22:20 +00:00
|
|
|
"typescript": "^5.5.4",
|
2024-03-24 09:53:30 +00:00
|
|
|
"vite": "^5.1.0",
|
|
|
|
"vite-tsconfig-paths": "^4.3.2"
|
2023-06-23 03:59:14 +00:00
|
|
|
},
|
2023-08-03 10:56:42 +00:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "^17.0.2"
|
|
|
|
},
|
2023-06-23 03:59:14 +00:00
|
|
|
"engines": {
|
2024-07-24 01:48:03 +00:00
|
|
|
"node": "18.x"
|
2023-02-27 08:55:07 +00:00
|
|
|
}
|
|
|
|
}
|