forked from LekoArts/gatsby-starter-portfolio-emilia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.83 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
{
"private": true,
"name": "emilia",
"description": "Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.",
"version": "0.3.16",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-emilia",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"postinstall": "patch-package"
},
"dependencies": {
"@lekoarts/gatsby-theme-emilia": "^5.1.4",
"@lekoarts/gatsby-theme-emilia-core": "^5.0.4",
"@mdx-js/react": "^2.2.1",
"caniuse-lite": "^1.0.30001572",
"gatsby": "^5.14.1",
"gatsby-plugin-gatsby-cloud": "^4.18.1",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-theme-ui": "^0.15.4",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"gatsby-remark-embed-youtube": "^0.0.7",
"gatsby-remark-responsive-iframe": "^6.3.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"parcel": "^2.8.3",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-youtube": "^9.0.3",
"sass": "^1.57.1",
"theme-ui": "^0.15.4"
},
"devDependencies": {
"@types/node": "^20.17.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"ajv": "^8.17.1",
"cross-env": "^7.0.3",
"patch-package": "^6.5.1",
"sass-loader": "^12.6.0",
"typescript": "^5.7.3"
}
}