-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 877 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
{
"name": "felicitations",
"version": "1.0.0",
"description": "Plateforme pour encourager quelqu'un en lui offrant un jus.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mendoc/felicitations.git"
},
"keywords": [
"nextjs", "ussd"
],
"author": "Dimitri ONGOUA <ongouadimitri5@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mendoc/felicitations/issues"
},
"homepage": "https://github.com/mendoc/felicitations#readme",
"dependencies": {
"bootstrap": "^5.0.1",
"firebase": "^8.6.3",
"next": "10.2.3",
"ongoua-pvit": "^1.3.2",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}