-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.16 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
{
"name": "@mlp-vectorclub/celestia",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --ci",
"test:watch": "jest --watch",
"reload": "pm2 reload pm2.json"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mlp-vectorclub/api-types": "*",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.1.3",
"bootstrap-scss": "^4",
"capitalize": "^2.0.4",
"classnames": "^2.3.2",
"clipboard": "^2.0.11",
"console-stamp": "^3.0.6",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"es6-promise": "^4.2.8",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"hamburger-react": "^2.5.0",
"html-to-react": "^1.5.0",
"http-proxy-middleware": "^2.0.6",
"http-status-codes": "^2.2.0",
"i18next": "^22.0.4",
"joi": "^17.7.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"next": "^13.0.2",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-i18next": "^12.1.0",
"next-redux-wrapper": "^8.0.0",
"next-seo": "^5.14.1",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.2",
"react-i18next": "^12.0.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-query": "^3.39.2",
"react-query-devtools": "^2.6.3",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"react-topbar-progress-indicator": "^4.1.1",
"reactstrap": "^8.10.1",
"rxjs": "^7.5.7",
"sass": "1.32.x",
"tsconfig-paths": "^4.1.0",
"urlcat": "^2.0.4"
},
"devDependencies": {
"@mlp-vectorclub/tsconfig": "*",
"@mlp-vectorclub/ui": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/capitalize": "^2.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.14",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.188",
"@types/md5": "^2.3.2",
"@types/node": "^18.11.9",
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.25",
"@types/react-bootstrap-typeahead": "^5.1.8",
"@types/react-dom": "^18.0.8",
"@types/react-redux": "^7.1.24",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"bootstrap": "^4",
"eslint": "^8.27.0",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-newlines": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.3.1",
"next-transpile-modules": "^10.0.0",
"node-fetch": "^3.2.10",
"sync-request": "^6.1.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8"
},
"license": "MIT",
"private": true
}