-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1019 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
41
{
"name": "who-is-that-pokemon",
"version": "0.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@xstate/react": "^1.1.0",
"base-64": "^1.0.0",
"clsx": "^1.1.1",
"leven": "^3.1.0",
"lodash": "^4.17.20",
"next": "latest",
"parse-ms": "^2.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^2.26.4",
"react-use-countdown": "^0.1.1",
"typescript": "^4.1.2",
"xstate": "^4.15.1"
},
"devDependencies": {
"@bsonntag/eslint-config": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.15.0",
"husky": "^4.3.4",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4"
},
"license": "UNLICENSED"
}