-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.45 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
{
"private": true,
"name": "cara",
"description": "Playful and Colorful One-Page portfolio featuring Parallax effects and animations",
"version": "0.2.15",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-cara",
"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": {
"@builder.io/partytown": "^0.10.2",
"@lekoarts/gatsby-theme-cara": "^5.1.4",
"gatsby": "^5.13.3",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-social-icons": "^6.16.0"
},
"devDependencies": {
"@types/node": "^18.19.13",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"ajv": "^7.2.4",
"cross-env": "^7.0.3",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"typescript": "^5.3.3"
},
"overrides": {
"webpack-dev-middleware": "^5.3.4"
}
}