Add .gitignore Removed node_modules from previous commit Fix task modes Fix task modes Fix task modes Remove node_modules Update basic task modal Add notes functionality Improve UI Setup views Add scopes Fix projects layout Restructure Fix rest of the UI issues Cleanup old views Add .env to .gitignore
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "tududi",
|
|
"version": "1.0.0",
|
|
"description": "`tududi` is a task and project management web application built with Sinatra. It allows users to efficiently manage their tasks and projects, categorize them into different areas, and track due dates. `tududi` is designed to be intuitive and easy to use, providing a seamless experience for personal productivity.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "NODE_ENV=development webpack serve --config webpack.config.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.7",
|
|
"@babel/preset-env": "^7.25.7",
|
|
"@babel/preset-react": "^7.25.7",
|
|
"@babel/preset-typescript": "^7.25.7",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
"@types/react": "^18.3.10",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"babel-loader": "^9.2.1",
|
|
"css-loader": "^7.1.2",
|
|
"postcss": "^8.4.47",
|
|
"postcss-loader": "^8.1.1",
|
|
"react-refresh": "^0.14.2",
|
|
"style-loader": "^4.0.0",
|
|
"tailwindcss": "^3.4.13",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.6.2",
|
|
"webpack": "^5.95.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.5",
|
|
"@yaireo/tagify": "^4.31.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.2",
|
|
"react-tagify": "^1.0.7",
|
|
"swr": "^2.2.5",
|
|
"tagify": "^0.1.1"
|
|
}
|
|
}
|