-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "time-tracking-dashboard",
"version": "1.0.0",
"description": "",
"private": false,
"scripts": {
"build": "webpack",
"start": "webpack serve --open",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davdeo/time-tracking-dashboard.git"
},
"author": "David Monz",
"license": "UNLICENCED",
"bugs": {
"url": "https://github.com/davdeo/time-tracking-dashboard/issues"
},
"homepage": "https://davdeo.github.io/time-tracking-dashboard/",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2"
},
"devDependencies": {
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/webpack": "^5.28.0",
"classnames": "^2.3.1",
"css-loader": "^6.5.1",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.4.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}