-
-
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) · 2.99 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.99 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.2.2",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^7.3.8",
"@supabase/supabase-js": "^2.95.3",
"@tanstack/react-query": "^5.90.21",
"@vis.gl/react-google-maps": "^1.7.1",
"date-fns": "^4.1.0",
"posthog-js": "^1.347.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^14.4.1",
"react-hook-form": "7.69.0",
"react-router": "^7.13.0",
"react-toastify": "^11.0.5",
"sass": "^1.97.3",
"zod": "^4.3.6"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@eslint/js": "^9.39.2",
"@hookform/devtools": "^4.4.0",
"@storybook/addon-docs": "^10.2.8",
"@storybook/addon-links": "^10.2.8",
"@storybook/addon-onboarding": "^10.2.8",
"@storybook/react-vite": "^10.2.8",
"@types/google.maps": "^3.58.1",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"cypress": "^15.10.0",
"cypress-vite": "^1.8.0",
"eslint": "^9.39.2",
"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.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-storybook": "^10.2.8",
"globals": "^16.5.0",
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
"storybook": "^10.2.8",
"supabase": "^2.76.8",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.1",
"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.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}