-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 847 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
{
"name": "calculadora-sisu",
"version": "1.0.0",
"description": "",
"main": "/pages/_app.jsx",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucasrguerra/calculadora-sisu.git"
},
"keywords": [],
"author": "lucasrguerra",
"license": "Apache License 2",
"bugs": {
"url": "https://github.com/lucasrguerra/calculadora-sisu/issues"
},
"homepage": "https://github.com/lucasrguerra/calculadora-sisu#readme",
"dependencies": {
"axios": "^0.26.0",
"capitalize-pt-br": "^0.6.0",
"mongoose": "^6.2.2",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23"
}
}