-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "martfury_react",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3003"
},
"dependencies": {
"antd": "^4.5.2",
"axios": "^0.24.0",
"base-64": "^1.0.0",
"dateformat": "^5.0.2",
"es6-promise": "^4.2.8",
"framer-motion": "^3.5.2",
"history": "^4.10.1",
"js-cookie": "^2.2.1",
"mathjs": "^10.1.1",
"moment": "^2.29.1",
"next": "^11.1.3",
"next-offline": "^4.0.6",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^6.0.2",
"next-routes": "^1.4.2",
"node-sass": "^4.12.0",
"prettier": "^2.0.5",
"react": "^17.0.2",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2",
"react-hook-form": "^7.26.0",
"react-image-lightbox": "^5.1.1",
"react-images": "^1.1.0-beta.3",
"react-lazyload": "^2.6.5",
"react-redux": "^7.1.3",
"react-router-dom": "^6.2.1",
"react-slick": "^0.25.2",
"react-sticky": "^6.0.3",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3"
}
}