-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "time-tracking-app",
"version": "1.1.0",
"description": "Web application for tracking time in projects and tasks",
"author": "Bryan Morgan",
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build"
},
"dependencies": {
"dayjs": "^1.10.6",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"serve": "^14.2.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.3.0",
"vite": "5.4.8"
},
"browserslist": [
"last 2 ios_saf versions",
"last 2 and_chr versions",
"last 2 chrome versions",
"last 2 safari versions",
"last 2 ff versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BryanMorgan/time-tracking-app.git"
},
"bugs": {
"url": "https://github.com/BryanMorgan/time-tracking-app/issues"
}
}