-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.67 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
{
"name": "ApolloUI",
"version": "2.0.6",
"description": "Dashboard for Apollo miner from Futurebit",
"author": "FutureBit LLC",
"homepage": "https://www.futurebit.io",
"copyright": "Copyright 2024 FutureBit LLC",
"license": "CC-BY-NC-ND-4.0",
"repository": {
"type": "git",
"url": "git@github.com:jstefanop/apolloui-v2.git"
},
"bugs": {
"url": "https://github.com/jstefanop/apolloui-v2/issues"
},
"scripts": {
"preinstall": "yarn config set ignore-engines true",
"dev": "next lint && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "3.11.8",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.12.0",
"@chakra-ui/system": "^2.6.2",
"@chakra-ui/theme-tools": "^2.2.6",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@reduxjs/toolkit": "^1.9.1",
"@tsparticles/react": "^3.0.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.49.1",
"apollo-link-timeout": "^4.0.0",
"axios": "^1.7.7",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"framer-motion": "^11.11.10",
"graphql": "^16.9.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "14.2.5",
"next-auth": "^4.24.10",
"next-redux-wrapper": "^8.1.0",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-apexcharts": "^1.5.0",
"react-content-loader": "^7.0.2",
"react-countup": "^6.5.3",
"react-custom-scrollbars-2": "^4.2.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.10",
"react-icons": "^5.3.0",
"react-intl": "^6.8.4",
"react-is": "^18.3.1",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"react-table": "^7.7.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"reselect": "^4.1.7",
"sharp": "^0.33.5",
"stylis": "^4.3.4",
"stylis-plugin-rtl": "2.1.1",
"tsparticles": "^3.5.0",
"use-gauge": "^0.7.0",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-flow": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@tsparticles/engine": "^3.5.0",
"@types/uuid": "^9.0.8",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"redux-devtools-extension": "^2.13.9",
"sass": "^1.80.5",
"typescript": "^5.6.3"
}
}