forked from flexpool/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.57 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
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "flexpool-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.10.17",
"@braintree/sanitize-url": "6.0.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.0.1",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-slider": "^0.1.3",
"@react-three/drei": "^8.10.0",
"@react-three/fiber": "^7.0.26",
"@svgr/webpack": "^5.5.0",
"@tippyjs/react": "4.2.5",
"@types/jest": "26.0.15",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-google-recaptcha": "2.1.0",
"@types/react-pdf": "5.0.2",
"ansi-regex": "5.0.1",
"bitcoin-address-validation": "^2.2.1",
"copy-to-clipboard": "3.3.1",
"d3-geo": "^3.0.1",
"date-fns": "^2.19.0",
"downshift": "^6.1.7",
"formik": "^2.2.6",
"framer-motion": "^6.2.5",
"js-cookie": "^3.0.1",
"leva": "^0.9.20",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.defaultsdeep": "^4.6.1",
"lodash.merge": "^4.6.2",
"minimist": "1.2.6",
"next": "^12.1.0",
"next-i18next": "^8.5.5",
"next-plugin-custom-babel-config": "^1.0.4",
"next-pwa": "^5.2.24",
"next-seo": "^4.26.0",
"next-transpile-modules": "^8.0.0",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.27.0",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-icons": "4.6.0",
"react-pdf": "^5.2.0",
"react-query": "^3.32.1",
"react-redux": "^7.2.2",
"react-snowfall": "^1.2.1",
"react-tabs": "^3.2.2",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^6.1.2",
"styled-components": "^5.2.1",
"three": "^0.137.5",
"three-stdlib": "^2.8.6",
"trim": "0.0.3",
"web-vitals": "^1.0.1",
"websocket": "^1.0.33",
"yup": "0.32.9",
"zustand": "^3.7.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc && next lint ",
"prepare": "husky install",
"test": "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/core": "^7.14.8",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^13.2.1",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.defaultsdeep": "4.6.6",
"@types/lodash.merge": "4.6.6",
"@types/react-redux": "7.1.16",
"@types/react-router": "5.1.12",
"@types/react-router-dom": "5.1.7",
"@types/react-transition-group": "4.4.1",
"@types/redux-logger": "3.0.8",
"@types/styled-components": "^5.1.14",
"@types/swagger-ui-react": "3.35.0",
"@types/websocket": "1.0.2",
"babel-jest": "^28.1.2",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.13.2",
"cross-env": "7.0.3",
"eslint": "^7.31.0",
"eslint-config-next": "^11.0.1",
"file-loader": "^6.2.0",
"frontmatter-markdown-loader": "^3.6.2",
"husky": "6.0.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"next-router-mock": "^0.7.4",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"sass": "^1.32.8",
"typescript": "^4.3.5"
}
}