-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.4 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.4 KB
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
{
"name": "gatsby-starter-bystar-nested-sidebar",
"private": true,
"description": "A professional Gatsby starter with hierarchical navigation, responsive design, and accessibility for ByStar projects",
"version": "1.0.0",
"author": "Mohsen Banan <https://github.com/mohsenBanan>",
"dependencies": {
"gatsby": "^5.14.6",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"lunr": "^2.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"autoprefixer": "^10.4.23",
"gatsby-plugin-postcss": "^6.15.0",
"postcss": "^8.5.6",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.17"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 25001",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bisos-web/gatsby-starter-bystar-nestedSidebar"
},
"bugs": {
"url": "https://github.com/bisos-web/gatsby-starter-bystar-nestedSidebar/issues"
}
}