-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.02 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.02 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "gtamap",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
"@blueprintjs/core": "^4.2.1",
"@blueprintjs/popover2": "^1.1.1",
"@blueprintjs/select": "^4.1.2",
"@geoman-io/leaflet-geoman-free": "^2.11.4",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^3.12.0",
"@react-leaflet/core": "^1.1.1",
"apollo-server-micro": "^3.6.7",
"crypto-js": "^4.1.1",
"d3": "^7.4.4",
"formidable": "^2.0.1",
"framer-motion": "^6.3.0",
"graphql": "^16.3.0",
"leaflet": "^1.7.1",
"leaflet-freedraw": "^2.13.3",
"leaflet-paintpolygon": "^1.2.1-alpha.1",
"leaflet-pather": "^0.1.17",
"lodash-es": "^4.17.21",
"micro-cors": "^0.1.1",
"next": "^12.1.4",
"nexus": "^1.3.0",
"nexus-prisma": "^0.35.0",
"patch-package": "^6.4.7",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.5",
"react-leaflet-freedraw": "^3.0.1",
"sass": "^1.49.11",
"tinycolor2": "^1.4.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/formidable": "^2.0.4",
"@types/leaflet-rastercoords": "^1.0.1",
"@types/lodash-es": "^4.17.6",
"@types/micro-cors": "^0.1.2",
"@types/node": "^17.0.23",
"@types/react": "^17.0.44",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.15",
"@types/react-leaflet": "^2.8.2",
"@types/tinycolor2": "^1.4.3",
"prisma": "^3.12.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}