-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 969 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": "mercadoabierto-frontend",
"version": "1.2.0",
"description": "An mercadolibre clone",
"main": "index.js",
"scripts": {
"start": "next start",
"dev": "next dev",
"dev:inspect": "npm --node-options=--inspect=0.0.0.0:9229 run dev",
"build": "next build"
},
"keywords": [],
"author": "Carlos Martinez",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/coxato/mercadoabierto.git"
},
"dependencies": {
"@tarekraafat/autocomplete.js": "^8.3.0",
"axios": "^0.21.0",
"firebase": "^8.1.1",
"nanoid": "^3.1.20",
"next": "^10.0.3",
"nprogress": "^0.2.0",
"pure-react-carousel": "^1.27.6",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-image-magnify": "^2.7.4",
"react-markdown": "^5.0.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1"
},
"devDependencies": {
"prop-types": "^15.7.2"
}
}