-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 751 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
27
{
"name": "Techstars-Search",
"version": "0.0.31",
"description": "Searchable index and UI of Techstars companies from across the world.",
"author": "Stephan Smith (Stephan.Smith.bc93@gmail.com) d1b1",
"private": false,
"scripts": {
"build": "parcel build index.html --dist-dir docs",
"start": "parcel index.html",
"watch": "parcel serve index.html"
},
"dependencies": {
"algoliasearch": "4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-github-btn": "^1.4.0",
"react-instantsearch": "7.7.0",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "4.7.4"
}
}