first commit
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "iteck-gatsby",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "iteck-gatsby",
|
||||
"author": "Govardhan",
|
||||
"keywords": [
|
||||
"gatsby"
|
||||
],
|
||||
"scripts": {
|
||||
"develop": "gatsby develop",
|
||||
"start": "gatsby develop",
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@reach/router": "^1.3.4",
|
||||
"ajv": "^8.17.1",
|
||||
"axios": "^0.27.2",
|
||||
"gatsby": "^5.14.3",
|
||||
"gatsby-plugin-manifest": "^5.14.0",
|
||||
"gatsby-plugin-react-helmet": "^6.14.0",
|
||||
"gatsby-plugin-resolve-src": "^2.1.0",
|
||||
"gatsby-plugin-robots-txt": "^1.8.0",
|
||||
"gatsby-plugin-sitemap": "^6.14.0",
|
||||
"gatsby-source-filesystem": "^5.14.0",
|
||||
"gatsby-transformer-json": "^5.14.0",
|
||||
"lightgallery": "^2.5.0",
|
||||
"rc-slider": "^10.0.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-modal-video": "^1.2.9",
|
||||
"swiper": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-webpack-plugin": "^3.2.0",
|
||||
"gatsby-plugin-eslint": "^4.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user