generated from LekoArts/gatsby-starter-portfolio-emma
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 1.04 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
{
"private": true,
"name": "emma",
"description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images",
"version": "0.3.15",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-emma",
"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"
},
"dependencies": {
"@lekoarts/gatsby-theme-emma": "^5.1.4",
"gatsby": "^5.13.6",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"typescript": "^5.5.3"
}
}