forked from raviqqe/pomodoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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": "pomodoro",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start",
"lint": "cspell src/**/* 'public/**/*.{html,json}'",
"test": "react-scripts test",
"deploy": "firebase deploy"
},
"dependencies": {
"@sentry/browser": "^7.12.1",
"firebase": "^9.9.4",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"pure-uuid": "^1.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.4.0",
"react-spinners": "^0.13.4",
"react-use": "^17.4.0",
"recharts": "^2.1.12",
"styled-components": "^5.3.5",
"workbox-precaching": "^6.5.4"
},
"devDependencies": {
"@raviqqe/eslint-config": "^1.0.10",
"@raviqqe/react-tsconfig": "^1.0.6",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.184",
"@types/luxon": "^3.0.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-test-renderer": "^18.0.0",
"@types/recharts": "^2.0.0",
"@types/styled-components": "^5.1.26",
"cspell": "^6.8.1",
"firebase-tools": "^11.8.1",
"react-scripts": "^5.0.1",
"react-test-renderer": "^18.1.0",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^4.8.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}