-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1007 Bytes
/
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
{
"name": "taskmaster",
"version": "1.0.0",
"description": "A Productive Platform to master the daily end-to-end activities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "TaskMaster"
},
"keywords": [
"productivity"
],
"author": "SreeCharan Desu",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.19.2",
"exprss": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"nativewind": "^4.1.23",
"nodemailer": "^6.9.16",
"react-particles": "^2.12.2",
"tailwind-react-native-classnames": "^3.0.1",
"tailwind-rn": "^4.2.0",
"tailwindcss-react-native": "^1.7.10",
"tsparticles": "^2.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}