-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "one-pager",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"isomorphic-fetch": "^3.0.0",
"material-ui-rating": "^4.2.0",
"material-ui-search-bar": "^1.0.0",
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native-dynamic-search-bar": "^2.0.0",
"react-search-field": "^1.2.0",
"swr": "^0.4.1"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/applegreengrape/bizInfo.git"
},
"keywords": [
"company",
"info",
"search"
],
"author": "pingzhou.liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/applegreengrape/bizInfo/issues"
},
"homepage": "https://github.com/applegreengrape/bizInfo#readme"
}