forked from Thopiax/e-cartomobile-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.66 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
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
82
83
84
85
86
{
"name": "batch11_e_cartomobile_ui",
"description": "Encourager et planifier la mobilité électrique dans les territoires avec l’Open-Data",
"version": "1.0.0",
"private": true,
"author": "Rafael Ballestiero <[email protected]> (@Thopiax)",
"license": "MIT",
"keywords": [],
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit",
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"",
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write",
"postinstall": "prisma generate && husky install"
},
"lint-staged": {
"./src/**/*.{ts,js,jsx,tsx}": [
"eslint --ignore-path .gitignore --fix",
"prettier --ignore-path .gitignore --write"
]
},
"dependencies": {
"@deck.gl/react": "8.9.18",
"@flowmap.gl/core": "7.3.4",
"@headlessui/react": "1.7.15",
"@loaders.gl/core": "3.4.4",
"@loaders.gl/shapefile": "3.4.4",
"@mapcomponents/react-maplibre": "0.1.79",
"@prisma/client": "4.15.0",
"@tremor/react": "3.2.3",
"deck.gl": "8.9.18",
"lodash": "4.17.21",
"maplibre-gl": "3.0.1",
"next": "13.4.4",
"primereact": "9.6.0",
"react": "18.2.0",
"react-cool-inview": "3.0.1",
"react-dom": "18.2.0",
"react-icons": "4.10.1",
"react-loading": "2.0.3",
"react-map-gl": "7.0.25",
"use-breakpoint": "3.1.1"
},
"overrides": {
"@loaders.gl/core": "3.1.8",
"@loaders.gl/images": "3.1.8",
"@loaders.gl/3d-tiles": "3.1.8",
"@loaders.gl/gis": "3.1.8",
"@loaders.gl/textures": "3.1.8",
"@loaders.gl/terrain": "3.1.8",
"@loaders.gl/schema": "3.1.8",
"@loaders.gl/gltf": "3.1.8",
"@loaders.gl/tiles": "3.1.8",
"@loaders.gl/loader-utils": "3.1.8"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@danmarshall/deckgl-typings": "4.9.28",
"@headlessui/tailwindcss": "0.1.3",
"@types/lodash": "4.14.195",
"@types/node": "18.16.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"autoprefixer": "10.4.14",
"eslint": "8.40.0",
"eslint-config-next": "13.4.4",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"json-loader": "0.5.7",
"lint-staged": "13.2.2",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"prisma": "4.15.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}