-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 758 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
28
29
30
31
{
"name": "telescope",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@primer/octicons-react": "^9.3.1",
"@types/react-instantsearch-dom": "^5.2.6",
"@zeit/next-css": "1.0.1",
"algoliasearch": "^3.35.1",
"instantsearch.css": "^7.3.1",
"linaria": "1.2.4",
"next": "latest",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-instantsearch-dom": "^6.1.0"
},
"license": "BSD-3-Clause",
"devDependencies": {
"@types/algoliasearch": "^3.34.7",
"@types/node": "^13.1.6",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"dotenv": "^8.2.0",
"prettier": "^1.19.1",
"typescript": "^3.7.4"
}
}