-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 904 Bytes
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": "exposito",
"description": "Expósito. Pintura y decoración",
"version": "0.1.0",
"author": "Kloder",
"license": "0BSD",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-jodie": "^5.1.5",
"gatsby": "^5.13.1",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.6"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"cross-env": "^7.0.3",
"typescript": "^5.3.3"
}
}