forked from jekabolt/grbpwr-admin-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.77 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
108
109
110
111
112
{
"name": "minting-dapp-admin",
"version": "1.0.0",
"description": "admin panel for minting-dapp",
"main": "index.js",
"author": "maksim hodasevich (dapp team)",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "webpack-dev-server --hot",
"build": "NODE_ENV=production webpack",
"fix": "yarn lint && yarn format",
"lint": "eslint --fix './src/**/*.{js,ts,tsx,json}'",
"format": "prettier --write './src/**/*.{js,ts,tsx,scss,md,json}'",
"crlf": "prettier --end-of-line crlf --write ."
},
"devDependencies": {
"@tanstack/react-location-devtools": "^3.4.4",
"@types/axios": "^0.14.0",
"@types/jquery": "^3.5.24",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-select-country-list": "^2.2.3",
"@types/semver": "^7.5.8",
"@types/slick-carousel": "^1.6.39",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"bundle-stats-webpack-plugin": "^4.12.0",
"css-loader": "^7.1.2",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.3.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@mui/x-data-grid": "^7.1.1",
"@mui/x-data-grid-pro": "^7.6.2",
"@mui/x-date-pickers": "^7.0.0",
"@pqina/pintura": "^8.81.0",
"@pqina/react-pintura": "^9.0.3",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.26.3",
"@types/lodash.add": "^3.7.9",
"@types/react-color": "^3.0.7",
"@types/react-image-crop": "^8.1.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-swipeable-views": "^0.13.5",
"axios": "^1.6.7",
"buffer": "^6.0.3",
"calculate-aspect-ratio": "^0.1.3",
"canvas-toBlob": "^1.0.0",
"crypto-browserify": "^3.12.0",
"dotenv-webpack": "^8.0.1",
"formik": "^2.4.5",
"immutability-helper": "^3.1.1",
"jquery": "^3.7.1",
"lodash.isequal": "^4.5.0",
"material-react-table": "^3.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"query-params": "^0.0.1",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-advanced-cropper": "^0.20.0",
"react-color": "^2.19.3",
"react-color-palette": "^7.1.0",
"react-color-selector": "^1.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.0.7",
"react-image-crop": "^11.0.5",
"react-infinite-scroll-component": "^6.1.0",
"react-querystring": "^0.1.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-select-country-list": "^2.2.3",
"react-text-expander": "^1.0.0",
"react-text-truncate": "^0.19.0",
"react-use-auth": "^2.1.0-14",
"stream-browserify": "^3.0.0",
"swiper": "^11.1.14",
"uuid": "^11.0.3",
"yup": "^1.4.0",
"zustand": "^5.0.2"
}
}