-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.43 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
59
60
61
{
"name": "spark",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"bootstrap-icons": "1.8.1",
"chart.js": "^3.7.1",
"chartjs-plugin-annotation": "1.4.0",
"chartjs-plugin-zoom": "1.2.1",
"debounce": "^1.2.1",
"eslint": "^6.8.0",
"firebase": "9.6.10",
"formik": "2.2.9",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.1",
"react-currency-input-field": "3.6.4",
"react-dom": "^17.0.2",
"react-firebase-hooks": "5.0.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-text-loop": "^2.3.0",
"semantic-ui-react": "2.1.2",
"web-vitals": "^2.1.4",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@vitejs/plugin-react": "^1.0.7",
"babel-loader": "^8.2.4",
"vite": "^2.9.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}