-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "fpl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.17.2",
"fetch": "^1.1.0",
"fpl-api": "^3.0.5",
"hex-rgb": "^5.0.0",
"lodash": "^4.17.21",
"lottie-react": "^2.1.0",
"next": "^11.1.2",
"prettier": "^2.5.0",
"prop-types": "^15.7.2",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^17.0.2",
"react-spinners": "^0.11.0",
"recharts": "^2.1.6",
"styled-components": "^5.3.1",
"uuidv4": "^6.2.12",
"zustand": "^3.5.13"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.15",
"babel-plugin-styled-components": "^2.0.2",
"typescript": "^4.4.3"
}
}