-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"name": "stress-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.4.0",
"animejs": "^3.2.1",
"autoprefixer": "^10.2.4",
"bcrypt": "^5.0.1",
"chart.js": "^2.9.4",
"chartjs": "^0.3.24",
"firebase": "^8.2.5",
"firebase-admin": "^9.5.0",
"framer-motion": "^4.1.16",
"next": "10.0.6",
"next-images": "^1.7.0",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-calendar": "^3.3.1",
"react-datepicker": "^3.5.0",
"react-dom": "17.0.1",
"react-firebase-hooks": "^3.0.1",
"react-flash-message": "^1.0.5",
"react-hook-form": "^6.14.2",
"react-reveal": "^1.2.2",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"typescript": "^4.1.3"
},
"main": "index.js",
"repository": "git@github.com:RyanASC20/stress-tracker.git",
"author": "Ryan <rypoon18@gmail.com>",
"license": "MIT"
}