-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "phlask-react",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.4.0",
"@mui/icons-material": "^7.3.11",
"@mui/material": "^7.3.11",
"@supabase/supabase-js": "^2.108.1",
"@tanstack/react-query": "^5.101.0",
"@vis.gl/react-google-maps": "^1.8.3",
"date-fns": "^4.4.0",
"posthog-js": "^1.383.3",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-dropzone": "^14.4.1",
"react-hook-form": "7.69.0",
"react-router": "^7.17.0",
"react-toastify": "^11.1.0",
"sass": "^1.100.0",
"zod": "^4.4.3"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@eslint/js": "^9.39.4",
"@hookform/devtools": "^4.4.0",
"@storybook/addon-docs": "^10.4.3",
"@storybook/addon-links": "^10.4.3",
"@storybook/addon-onboarding": "^10.4.3",
"@storybook/react-vite": "^10.4.3",
"@types/google.maps": "^3.65.1",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"cypress": "^15.17.0",
"cypress-vite": "^1.10.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^5.3.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-storybook": "^10.4.3",
"globals": "^16.5.0",
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
"storybook": "^10.4.3",
"supabase": "^2.105.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.61.0",
"vite": "^7.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^6.1.1"
},
"scripts": {
"start": "vite",
"start:cypress": "VITE_CYPRESS_TEST=true pnpm start",
"build": "vite build",
"test": "cypress run",
"test:mobile": "cypress run --config-file cypress.mobile.config.ts",
"generate-icons": "npx @svgr/cli --config-file=.svgrrc.json ./src/assets/icons --out-dir=./src/icons && pnpm lint --fix",
"cypress": "cypress open",
"lint": "eslint src --quiet",
"format": "prettier src --write",
"serve": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": ".",
"description": "Code behind the PHLASK Web Map",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/phlask/phlask-map.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phlask/phlask-map/issues"
},
"packageManager": "pnpm@10.34.1+sha512.b58fbde6dca66a929538021581f648b4570b6ca19b18e7cbd7f2c07a7b24454155388dacdf08f2af3678e88a6d1fe04f9d609df24bf51735a060ea041b374ab7"
}