-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 856 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
{
"name": "palpitebox",
"version": "1.0.0",
"description": "Sistema para feedback de clientes. Usando planilha do Google como DB.",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcretton/PalpiteBox.git"
},
"keywords": [
"DevPleno",
"Full",
"Stack",
"Master",
"NextJs",
"Google"
],
"author": "Tércio Cretton - Curso DevPleno",
"license": "MIT",
"bugs": {
"url": "https://github.com/tcretton/PalpiteBox/issues"
},
"homepage": "https://github.com/tcretton/PalpiteBox#readme",
"dependencies": {
"autoprefixer": "^9.8.6",
"next": "^12.0.7",
"postcss-import": "^14.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^1.9.0"
}
}