-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "chromicle",
"version": "0.2.0",
"description": "Track your time spent in different activities using Google Calendar.",
"main": "index.js",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"author": {
"name": "Ted Yin",
"email": "[email protected]",
"url": "https://tedyin.com"
},
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"eslint": "^7.32.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.32.2",
"html-webpack-plugin": "^5.5.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/chrome": "0.0.79",
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@types/material-ui": "^0.21.12",
"@types/react": "^16.14.35",
"@types/react-dates": "^17.1.15",
"@types/react-dom": "^16.9.18",
"@types/react-router-dom": "^4.3.5",
"chart.js": "^2.9.4",
"chartjs-plugin-labels": "^1.1.0",
"color": "^3.2.1",
"lru-cache": "^5.1.1",
"materialcolorize": "^1.1.7",
"moment": "^2.29.4",
"react": "^16.14.0",
"react-chartjs-2": "^2.11.2",
"react-dates": "^19.0.4",
"react-dom": "^16.14.0",
"react-material-color-picker": "^1.1.2",
"react-router-dom": "^4.3.1",
"react-slidedown": "^2.4.7",
"react-transition-group": "^2.9.0",
"typeface-roboto": "0.0.54"
}
}