66 lines
1.9 KiB
JSON
Raw Normal View History

2023-02-27 08:55:07 +00:00
{
2024-04-20 13:43:55 +00:00
"name": "nexttime",
"version": "0.1.0",
2023-06-23 03:59:14 +00:00
"private": true,
2023-02-27 08:55:07 +00:00
"scripts": {
2024-04-20 13:43:55 +00:00
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
2023-02-27 08:55:07 +00:00
},
"dependencies": {
2024-04-20 13:43:55 +00:00
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@editorjs/editorjs": "^2.27.2",
2024-04-20 13:43:55 +00:00
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
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",
2023-06-23 03:59:14 +00:00
"@vercel/analytics": "^0.1.11",
2024-04-20 13:43:55 +00:00
"axios": "^1.6.8",
"draft-js": "^0.11.7",
"emojis-list": "^3.0.0",
"emotion": "^11.0.0",
2023-07-15 08:08:36 +00:00
"flatted": "^3.2.7",
2024-04-20 13:43:55 +00:00
"framer-motion": "^11.0.28",
2023-07-15 08:08:36 +00:00
"fuse.js": "^6.6.2",
"gradient-path": "^2.3.0",
2024-04-20 13:43:55 +00:00
"hex-to-rgba": "^2.0.1",
"next": "14.2.1",
"react": "^18",
"react-click-away-listener": "^2.2.3",
"react-contenteditable": "^3.3.7",
2024-04-20 13:43:55 +00:00
"react-dom": "^18",
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",
"rxjs": "^7.8.1",
"tinygradient": "^1.1.5",
"uuid": "^9.0.0"
2023-03-08 21:41:07 +00:00
},
"devDependencies": {
"@types/eslint": "^8.40.2",
2024-04-20 13:43:55 +00:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^5.60.1",
2024-04-20 13:43:55 +00:00
"eslint": "^8",
"eslint-config-next": "14.2.1",
"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-04-20 13:43:55 +00:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
2023-02-27 08:55:07 +00:00
}
}