-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "address-love-map-search",
"version": "1.0.0",
"description": "Map search for ADDress",
"main": "index.js",
"scripts": {
"test": "nyc ./node_modules/.bin/_mocha 'tests/**/*.ts'",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caionovalins/address-love-map-search.git"
},
"keywords": [
"address"
],
"author": "Caio Lins",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/caionovalins/address-love-map-search/issues"
},
"homepage": "https://github.com/caionovalins/address-love-map-search#readme",
"dependencies": {
"@react-google-maps/api": "^2.7.0",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^10.0.0",
"puppeteer": "^12.0.1"
},
"devDependencies": {
"@testdeck/mocha": "^0.2.0",
"@types/cheerio": "^0.22.30",
"@types/node": "^16.11.11",
"@types/puppeteer": "^5.4.4",
"@types/react": "^17.0.38",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"next": "latest",
"nyc": "^15.1.0",
"prettier": "^2.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-mockito": "^2.6.1",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.5.2"
}
}