-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "our-portal",
"version": "1.0.0",
"private": true,
"description": "OurPortal",
"author": "shohamc1",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --verbose",
"cy:run": "cypress run",
"cy:open": "cypress open",
"ci": "start-server-and-test develop http://localhost:8000 cy:run"
},
"dependencies": {
"@reach/router": "^1.3.4",
"algoliasearch": "^4.8.5",
"axios": "^0.21.1",
"firebase": "^8.2.9",
"gatsby": "^2.32.3",
"gatsby-cli": "^3.0.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sitemap": "^2.12.0",
"postcss": "^8.2.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.10.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.2.0",
"cypress": "^6.6.0",
"cypress-firebase": "^1.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"react-test-renderer": "^17.0.2",
"start-server-and-test": "^1.12.0",
"tailwindcss": "^2.0.3"
}
}