-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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
{
"homepage": "https://menemi.github.io/wakatime-addon",
"name": "wakatime-addon",
"version": "2.0",
"private": true,
"dependencies": {
"@types/react": "16.9.5",
"@types/react-dom": "16.9.1",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"d3": "^7.9.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^16.10.2",
"react-chartjs-2": "^5.2.0",
"react-dom": "^16.10.2",
"react-scripts": "^5.0.1",
"react-ts-loaders": "^1.2.1",
"react-use-custom-hooks": "^0.3.2",
"typescript": "~4.9.4"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.13",
"gh-pages": "^6.2.0",
"prettier": "^3.3.3"
},
"prettier": {
"singleQuote": true
}
}