-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "brp",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"dev": "next dev",
"build-next": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/async": "^3.2.7",
"@types/get-pixels": "^3.3.1",
"@types/mapbox__mapbox-sdk": "^0.13.2",
"@types/mapbox__polyline": "^1.0.2",
"@types/mapbox__tilebelt": "^1.0.0",
"@types/mapbox-gl": "^2.6.0",
"@types/node": "17.0.7",
"@types/node-fetch": "^2.5.12",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11",
"typescript": "4.5.4"
},
"dependencies": {
"@mapbox/mapbox-sdk": "^0.13.0",
"@mapbox/polyline": "^1.1.1",
"@mapbox/tilebelt": "^1.0.2",
"@turf/along": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@turf/line-split": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0",
"async": "^3.2.0",
"dotenv": "^10.0.0",
"get-pixels": "^3.3.3",
"mapbox-gl": "^2.6.1",
"next": "12.0.7",
"node-fetch": "^2.6.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-node": "^10.4.0",
"twitter-api-v2": "^1.17.2"
}
}