-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 811 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
{
"name": "palpiteBox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RenatoSiqueira/palpiteBox.git"
},
"keywords": [],
"author": "Renato Siqueira",
"license": "MIT",
"bugs": {
"url": "https://github.com/RenatoSiqueira/palpiteBox/issues"
},
"homepage": "https://github.com/RenatoSiqueira/palpiteBox#readme",
"dependencies": {
"autoprefixer": "^10.0.1",
"google-spreadsheet": "^3.0.13",
"moment": "^2.29.1",
"next": "^10.0.1",
"postcss-import": "^13.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"swr": "^0.3.8",
"tailwindcss": "^1.9.6",
"axios": "^0.21.0"
}
}