-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
47
48
49
50
51
52
53
54
{
"name": "cesar-oliveira-web",
"version": "1.0.0",
"private": true,
"description": "cesar-oliveira-web",
"author": "cesarolvr",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "rm -rf .cache && gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"cypress": "cypress run",
"test:jest": "jest",
"test:cypress": "start-server-and-test start http://localhost:8000 cypress",
"coverage": "jest --coverage"
},
"dependencies": {
"classnames": "^2.3.2",
"gatsby": "^4.23.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-sass": "^5.23.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.35.0",
"react-toastify": "^9.0.8",
"reset-css": "^5.0.1",
"sass": "^1.54.9"
},
"devDependencies": {
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.3",
"@types/node": "^17.0.45",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"babel-jest": "^29.0.3",
"cypress": "^10.8.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"start-server-and-test": "^1.14.0",
"typescript": "^4.8.3"
}
}