-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.63 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
{
"name": "piyushbhai-mehta-personal-website",
"private": true,
"description": "Piyushbhai Mehta personal website",
"version": "0.1.0",
"license": "UNLICENSED",
"scripts": {
"build": "gatsby build",
"format": "app-scripts format",
"start": "gatsby develop -H 0.0.0.0",
"serve": "gatsby serve -H 0.0.0.0",
"lint": "app-scripts lint",
"postinstall": "netlify-lambda install",
"cy:open": "cypress open",
"cy:run:record": "cypress run --record --key $(grep CYPRESS_RECORD_KEY .env | cut -d '=' -f2)",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test 'GATSBY_GTAG_DEBUG=true yarn start' http://localhost:8000 'yarn cy:open'",
"test:e2e:ci": "start-server-and-test 'GATSBY_GTAG_DEBUG=true yarn start' http://localhost:8000 'yarn cy:run'"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"gatsby": "^4.0.2",
"gatsby-plugin-emotion": "^7.0.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"netlify-lambda": "^2.0.15",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.1",
"@viralganatra/app-scripts": "^5.0.3",
"cypress": "^8.7.0",
"cypress-axe": "^0.13.0",
"dotenv-flow": "^3.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.12.1",
"netlify-plugin-cypress": "^2.2.0",
"start-server-and-test": "^1.14.0"
},
"husky": {
"hooks": {
"pre-commit": "app-scripts precommit"
}
}
}