forked from LekoArts/gatsby-starter-portfolio-emilia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.8 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
{
"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.15",
"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.12.12",
"gatsby-plugin-gatsby-cloud": "^4.18.1",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-sitemap": "^6.12.3",
"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.2.0",
"react-dom": "^18.2.0",
"react-youtube": "^9.0.3",
"sass": "^1.57.1",
"theme-ui": "^0.15.4"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"cross-env": "^7.0.3",
"patch-package": "^6.5.1",
"sass-loader": "^12.6.0",
"typescript": "^5.3.3"
}
}