This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
50
51
52
53
54
55
{
"name": "oncoto",
"version": "0.0.1",
"description": "Jogo de geolocalização",
"repository": "https://github.com/magujun/codeStation-Hackathon_oncoto",
"author": "Equipe Sanchéz, Smith & Co.",
"license": "MIT",
"private": true,
"scripts": {
"clean": "rm -rf .next",
"dev:clean": "yarn clean && yarn && yarn dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"server": "json-server --watch db.json --port 4322",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@prismicio/client": "^5.1.0",
"@react-google-maps/api": "^2.2.0",
"axios": "^0.21.1",
"date-fns": "2.22.1",
"framer-motion": "^4",
"haversine-distance": "^1.2.1",
"next": "10.2.3",
"next-auth": "^3.27.0",
"prismic-dom": "^2.2.5",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-overflow-wrapper": "^0.4.3",
"scheduler": "^0.20.2",
"use-context-selector": "^1.3.7"
},
"devDependencies": {
"@testing-library/dom": "^7.31.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@types/google.maps": "^3.45.2",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@types/prismic-dom": "^2.1.1",
"@types/react": "^17.0.11",
"babel-jest": "^27.0.2",
"jest": "27.0.4",
"json-server": "^0.16.3",
"ts-jest": "^27.0.3",
"typescript": "^4.3.2"
}
}