forked from Junior331/payment-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 994 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
38
{
"name": "payment-flow",
"version": "1.0.0",
"description": "Fluxo de pagamento com a seleção de um plano e validação dos campos.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alanaraujop/payment-flow.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alanaraujop/payment-flow/issues"
},
"homepage": "https://github.com/alanaraujop/payment-flow#readme",
"dependencies": {
"axios": "^0.21.1",
"next": "^10.1.3",
"polished": "^4.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-loading": "^2.0.3",
"styled-components": "^5.2.3",
"styled-media-query": "^2.1.2",
"vanilla-masker": "^1.2.0"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.9",
"typescript": "^4.2.4"
}
}