-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 722 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 722 Bytes
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
{
"name": "study-session-planner",
"version": "0.1.0",
"private": true,
"description": "PocketStudy - Pomodoro study planner",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"chart.js": "^4.4.0",
"howler": "^2.2.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.1",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0"
},
"engines": {
"node": ">=16"
},
"devDependencies": {
"react-scripts": "^5.0.1"
}
}