-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1023 Bytes
/
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
{
"name": "poke-dex",
"version": "0.1.0",
"private": true,
"license": "GPLv3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/canvasjs": "^1.9.7",
"apexcharts": "^3.35.0",
"axios": "^0.26.1",
"canvasjs": "^1.8.3",
"dot-object": "^2.1.4",
"next": "12.1.5",
"react": "18.0.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.0.0",
"sharp": "^0.30.4",
"tapi.js": "^0.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"jest": "^27.5.1",
"typescript": "4.6.3"
}
}