-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
83 lines (83 loc) · 2.64 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "casper-landing-page",
"version": "1.0.0",
"private": true,
"description": "casper-landing-page",
"keywords": [
"gatsby"
],
"scripts": {
"prestart": "npm i",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"prettier-format": "prettier --config .prettierrc \"src/**/*.{js,jsx,ts,tsx,json,md,scss,html}\" --write",
"test": "jest"
},
"dependencies": {
"@directus/gatsby-source-directus": "^9.15.1",
"@miracledevs/paradigm-web-fetch": "^1.0.3",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/styled-components": "^5.1.26",
"algoliasearch": "^4.14.3",
"dotenv": "^16.0.3",
"gatsby": "^5.11.0",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-google-tagmanager": "^5.6.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.5.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "6.4.0",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-plugin-sitemap": "6.7.0",
"gatsby-plugin-styled-components": "^6.4.0",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-source-graphql": "^5.4.0",
"gatsby-transformer-sharp": "^5.5.0",
"js-cookie": "^3.0.1",
"modern-normalize": "1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "6.1.0",
"react-instantsearch-dom": "^6.38.3",
"react-instantsearch-hooks-web": "^6.38.3",
"react-select": "^5.7.0",
"react-transition-group": "^4.4.5",
"react-youtube": "^10.1.0",
"sass": "1.57.1",
"sharp": "^0.32.5",
"showdown": "^2.1.0",
"styled-components": "^5.3.6",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.21.0",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-transition-group": "^4.4.5",
"@types/showdown": "^2.0.1",
"@typescript-eslint/parser": "^6.4.0",
"babel-preset-gatsby": "^3.7.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "2.8.3",
"typescript": "^5.1.6"
}
}