generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
109 lines (109 loc) · 3.54 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "lucky-parking",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm nx run-many --target=build --output-style=stream --all",
"ci:format": "prettier --check --ignore-unknown '**/*.{css,js,json,jsx,md,ts,tsx,yaml}'",
"ci:lint": "eslint --fix-dry-run '**/*.{js,jsx,ts,tsx}'",
"clean": "rm -rf dist node_modules && pnpm --recursive --parallel exec rm -rf dist node_modules",
"dev": "pnpm nx run-many --target=dev --output-style=stream --all",
"graph": "pnpm nx graph",
"preinstall": "npx only-allow pnpm",
"prepare": "node ./scripts/prepare.js",
"test": "pnpm nx run-many --target=test --verbose=true --output-style=stream-without-prefixes --all"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mapbox/mapbox-gl-draw": "1.3.0",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@nivo/bar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@reduxjs/toolkit": "^1.9.6",
"@turf/turf": "^6.5.0",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.16",
"@types/geojson": "^7946.0.11",
"@types/lodash": "^4.14.199",
"@types/mapbox__mapbox-gl-draw": "^1.4.3",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.4",
"@types/morgan": "^1.9.9",
"body-parser": "^1.20.2",
"clsx": "^2.0.0",
"connect-rid": "^0.0.1",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"jest-config": "^29.7.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"mapbox-gl-draw-freehand-mode": "^2.1.0",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-map-gl": "^7.1.6",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/builder-vite": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/mapbox-gl": "^2.7.14",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^14.0.1",
"mongodb": "^6.1.0",
"nodemon": "^3.0.1",
"nx": "^16.9.1",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prop-types": "^15.8.1",
"storybook": "^7.4.5",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-environment": "^1.1.3",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.0.0"
}
}