-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "FFReact",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"secureStart": "node --trace-warnings ./secureServer.js"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.21.4",
"card-validator": "^8.1.1",
"chakra-ui-autocomplete": "^1.4.5",
"credit-card-type": "^9.1.0",
"dangerously-set-html-content": "^1.0.9",
"date-fns": "^2.28.0",
"framer-motion": "^4.1.17",
"he": "^1.2.0",
"lodash": "^4.17.21",
"next": "^12.0.8",
"react": "17.0.2",
"react-data-table-component": "^7.4.7",
"react-datepicker": "^4.6.0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-redux": "^7.2.6",
"react-use-hoverintent": "^1.2.6",
"react-virtuoso": "^2.5.0",
"react-window": "^1.8.6",
"recaptcha-v3": "^1.10.0",
"responsive-react-window": "^1.0.0",
"restricted-input": "^3.0.4",
"sass": "^1.49.0",
"store": "^2.0.12",
"styled-components": "^5.3.3"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
}
}