-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start:ci": "npm start & wait-on http://localhost:8000",
"cy:run": "cypress run",
"test:e2e": "npm run start:ci && npm run cy:run"
},
"dependencies": {
"@formspree/react": "^2.2.4",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@notionhq/client": "^1.0.4",
"calendar-link": "^2.1.1",
"grommet": "^2.10.0",
"grommet-icons": "^4.4.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1"
},
"devDependencies": {
"cypress": "^4.5.0",
"cypress-dotenv": "^1.2.1",
"mailslurp-client": "^8.7.8",
"prettier": "^1.19.1",
"wait-on": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://https://github.com/lucbpz/balazos-web"
},
"bugs": {
"url": "https://github.com/lucbpz/balazos-web/issues"
}
}