-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "next-store-locator",
"version": "1.0.6",
"description": "React port of jquery store-locator plugin.",
"type": "module",
"main": "dist/next-store-locator.es.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"build-css": "tailwindcss build src/tailwind.css -o src/styles.css"
},
"keywords": [
"next-store-locator",
"store-locator"
],
"peerDependencies": {
"next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"author": "darkmasta",
"license": "MIT",
"dependencies": {
"@google/markerclustererplus": "^5.1.3",
"@googlemaps/js-api-loader": "^1.16.2",
"@vitejs/plugin-react": "^4.2.1",
"framer-motion": "^11.0.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12"
}
}