-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-todo-app",
"description": "Todo App with React and Tailwind",
"version": "1.0.0",
"homepage": "https://todo.ekurt.dev",
"keywords": [
"react-todo-app",
"ekurt",
"emre kurt"
],
"author": {
"name": "Emre Kurt",
"email": "emrekurtmf@gmail.com",
"url": "https://ekurt.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/ekurt/react-todo-app.git"
},
"bugs": {
"url": "https://github.com/ekurt/react-todo-app/issues",
"email": "emrekurtmf@gmail.com"
},
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 7362 --open",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 5000 --open",
"serve": "vite --port 7362"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.3",
"@reduxjs/toolkit": "^1.9.0",
"classnames": "^2.3.2",
"firebase": "^9.14.0",
"linkify-react": "^4.1.0",
"linkifyjs": "^4.1.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-card-flip": "^1.1.5",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.4.0",
"react-redux": "^8.0.5",
"react-toastify": "^9.0.8",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.16.4"
}
}