-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 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
{
"name": "typing-speed",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bradgarropy/use-timer": "^1.0.2",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@reach/router": "^1.3.4",
"firebase": "^9.4.1",
"framer-motion": "^4",
"moment": "^2.29.1",
"next": "12.0.2",
"random-words": "^1.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-charts": "^3.0.15",
"react-timer": "^1.1.1",
"recharts": "^2.1.6",
"rword": "^3.2.0"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/random-words": "^1.1.2",
"@types/react": "17.0.33",
"eslint": "7",
"eslint-config-next": "12.0.2",
"typescript": "4.4.4"
}
}