-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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
{
"name": "cenoteando-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm graphql:compile && vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy:site": "pnpm build && firebase deploy",
"graphql:compile": "graphql-codegen",
"graphql:watch": "graphql-codegen -w"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/system": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@tanstack/match-sorter-utils": "^8.7.6",
"@tanstack/react-table": "^8.7.9",
"@tanstack/table-core": "^8.7.9",
"@types/geojson": "^7946.0.10",
"axios": "^1.3.4",
"file-saver": "^2.0.5",
"firebase": "^9.20.0",
"framer-motion": "^10.3.1",
"graphql": "16.6.0",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"maplibre-gl": "^2.4.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/file-saver": "^2.0.5",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-react": "^3.1.0",
"dev": "link:@apollo/client/dev",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"typescript": "^4.9.5",
"vite": "^4.1.0"
}
}