-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 3.96 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 3.96 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "penify-dashboard",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"description": "Free and easy-to-use admin template based on React 18+",
"repository": {
"type": "git",
"url": "git@github.com:SingularityX-ai/snorkell-frontend.git"
},
"bugs": {
"url": "https://github.com/SingularityX-ai/snorkell-frontend/issues"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/plots": "^2.3.3",
"@cashfreepayments/cashfree-js": "^1.0.5",
"@fontsource/inter": "^5.2.5",
"@lit-labs/react": "^2.1.3",
"@reduxjs/toolkit": "^2.2.7",
"antd": "^5.20.6",
"antd-mask-input": "^2.0.7",
"antd-phone-input": "^0.3.9",
"axios": "^1.7.7",
"axios-mock-adapter": "^2.0.0",
"country-list": "^2.3.0",
"credit-card-type": "^10.0.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"elt-react-credit-cards": "^0.0.1",
"framer-motion": "^12.5.0",
"html-react-parser": "^5.2.3",
"i18next": "^23.15.1",
"mixpanel-browser": "^2.55.1",
"prismjs": "^1.29.0",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-insta-stories": "^2.7.0",
"react-joyride": "^2.9.3",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.26.2",
"react-router-hash-link": "^2.4.3",
"react-syntax-highlighter": "^15.6.1",
"react-terminal-ui": "^1.3.0",
"react-verification-input": "^4.2.2",
"recharts": "^2.15.1",
"round-slider": "^1.6.1",
"styled-components": "^6.1.13",
"typeface-lato": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"uuid": "^10.0.0",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "vite",
"build": "vite build",
"eject": "vite eject",
"lint": "eslint .",
"lint:styles": "stylelint '*/**/*.{js,ts,tsx}'"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"not IE 11"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/country-list": "^2.1.4",
"@types/jsdom-screenshot": "^4.0.0",
"@types/match-media-mock": "^0.1.8",
"@types/mixpanel-browser": "^2.50.0",
"@types/node": "^22.5.5",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-responsive": "^8.0.8",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.9",
"@types/react-syntax-highlighter": "^15",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"fs": "^0.0.1-security",
"globals": "^15.9.0",
"identity-obj-proxy": "^3.0.0",
"jsdom-screenshot": "^4.0.0",
"match-media-mock": "^0.1.1",
"prettier": "^3.3.3",
"puppeteer": "^23.4.0",
"stylelint": "^16.9.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-node": "^10.9.2",
"typescript": "5.5.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.7",
"vite-tsconfig-paths": "^5.0.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpackbar": "^6.0.1"
},
"engines": {
"node": ">=20.x"
},
"packageManager": "yarn@4.5.1",
"resolutions": {
"react-error-overlay": "6.0.9"
}
}