-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
{
"name": "lillian-and-ola-vea-com",
"version": "1.0.0",
"private": true,
"description": "Lillian-and-Ola-Vea-com website",
"author": "[email protected]",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest --watch"
},
"dependencies": {
"@mui/icons-material": "^5.5.1",
"@mui/material": "5.5.0",
"@raae/gatsby-source-youtube-oembed": "0.3.1",
"@raae/gatsby-theme-mui": "0.1.1",
"@sindresorhus/slugify": "^2.1.0",
"axios": "^0.25.0",
"gatsby": "^4.11.0",
"gatsby-plugin-image": "2.11.0",
"gatsby-plugin-manifest": "^4.11.0",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-prismjs": "6.11.0",
"gatsby-source-filesystem": "^4.11.0",
"gatsby-transformer-remark": "^5.11.0",
"gatsby-transformer-sharp": "4.11.0",
"playwright-aws-lambda": "0.7.0",
"playwright-core": "1.20.1",
"prismjs": "1.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "6.1.0"
},
"devDependencies": {
"babel-jest": "27.5.1",
"babel-preset-gatsby": "2.11.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"react-test-renderer": "17.0.2"
}
}