-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 939 Bytes
/
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
{
"name": "selasar-prototype",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selasar-io/selasar-prototype.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/selasar-io/selasar-prototype/issues"
},
"homepage": "https://github.com/selasar-io/selasar-prototype#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/leaflet": "^1.9.3",
"autoprefixer": "^10.4.14",
"leaflet": "^1.9.3",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.3",
"vite-plugin-static-copy": "^0.15.0"
}
}