-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.77 KB
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
59
60
61
62
{
"name": "gooddays",
"version": "0.1.0",
"private": true,
"main": "main.js",
"scripts": {
"electron": "electron ./main.js",
"build": "rollup --config ./rollup.config.mjs",
"build-watch": "rollup --config ./rollup.config.mjs --watch",
"test": "jest"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"electron": "^33.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.0",
"rollup": "^4.22.4",
"simple-statistics": "^7.8.7",
"tslib": "^2.7.0"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"chai": "^5.1.2",
"cheerio": "^1.0.0-rc.3",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"electron-is-dev": "^1.2.0",
"enzyme": "^3.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mocha": "^10.8.2",
"react-calendar": "^5.1.0",
"react-router-dom": "^6.28.0",
"rollup-plugin-postcss": "^4.0.2",
"simple-statistics": "^7.8.7",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}