-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 792 Bytes
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
{
"name": "sp-finder",
"version": "1.0.1",
"scripts": {
"start": "parcel public/index.html",
"build": "parcel build public/index.html --dist-dir dist --public-url /SPFinder/",
"deploy": "npm run build && npx gh-pages -d dist"
},
"dependencies": {
"firebase": "^10.0.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"recharts": "^2.8.0"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"buffer": "^6.0.3",
"parcel": "^2.9.3",
"typescript": "^5.4.0"
},
"homepage": "https://floriandaunay.github.io/SPFinder"
}