-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
107 lines (107 loc) · 3.11 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "lantern-client",
"version": "1.1.0",
"title": "lantern-client",
"description": "Lantern is a free, open source web-application that gives small businesses the ability to track and account all income/cash flow along with providing computed detailed reports and finanical analysis.",
"private": false,
"license": "GPL-3.0",
"dependencies": {
"@devexpress/dx-react-chart": "^3.0.0",
"@devexpress/dx-react-chart-material-ui": "^3.0.0",
"@emotion/react": "11.4.1",
"@emotion/styled": "11.3.0",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "5.0.0-alpha.50",
"@mui/material": "5.0.3",
"@mui/styles": "5.0.1",
"@types/canvasjs": "^1.9.7",
"@types/nprogress": "0.2.0",
"@types/react": "^17.0.25",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "^5.3.0",
"antd": "^4.18.5",
"axios": "^0.25.0",
"body-parser": "^1.19.1",
"canvasjs-react-charts": "^1.0.5",
"chart.js": "^3.6.0",
"clsx": "1.1.1",
"date-fns": "2.25.0",
"eslint-config-react-app": "6",
"express": "^4.17.2",
"formik": "^2.2.9",
"history": "5.0.1",
"moment": "^2.29.1",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"plaid": "^9.10.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-chartjs-2": "^4.0.0",
"react-cookie": "^4.1.1",
"react-custom-scrollbars-2": "4.4.0",
"react-dom": "17.0.2",
"react-google-charts": "^4.0.0",
"react-grid-layout": "^1.3.4",
"react-helmet-async": "1.1.2",
"react-loading": "^2.0.3",
"react-plaid-link": "^3.3.0",
"react-redux": "^7.2.6",
"react-resizable": "^3.0.4",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"react-scripts": "4.0.3",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"stylis": "4.0.10",
"stylis-plugin-rtl": "2.1.0",
"web-vitals": "2.1.2",
"yup": "^0.32.11"
},
"proxy": "http://localhost:8000",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "echo No tests yet!"
},
"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"
]
},
"devDependencies": {
"@babel/eslint-parser": "7.15.8",
"@types/numeral": "2.0.2",
"@types/react": "17.0.29",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.3.1",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"babel-eslint": "^10.1.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "14.0.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"node-sass": "6.0.1",
"npm-run-all": "^4.1.5",
"typescript": "4.4.4"
}
}