-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 777 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 777 Bytes
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
{
"name": "palpite-box",
"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/roneydev01/palpite-box.git"
},
"keywords": [],
"author": "Roney Freitas",
"license": "MIT",
"bugs": {
"url": "https://github.com/roneydev01/palpite-box/issues"
},
"homepage": "https://github.com/roneydev01/palpite-box#readme",
"dependencies": {
"autoprefixer": "^9.8.6",
"google-spreadsheet": "^3.0.13",
"moment": "^2.27.0",
"next": "^9.5.2",
"postcss-import": "^12.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"swr": "^0.3.2",
"tailwindcss": "^1.7.5"
}
}