-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 903 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
{
"name": "termo-rank",
"version": "1.0.0",
"description": "green_square Um ranking do jogo de palavras Termo",
"main": "index.js",
"repository": "[email protected]:luisfelipesdn12/termo-rank.git",
"author": "Luis Felipe <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"dotenv": "^14.2.0",
"firebase": "^9.6.4",
"nanoid": "^3.2.0",
"next": "^12.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"swr": "^1.2.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-icons": "^3.0.0"
}
}