-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1014 Bytes
/
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
{
"name": "dex.list",
"description": "DEX List - The Index page for creative workers.",
"version": "2.0.0",
"author": "Ding <[email protected]>",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dexgroup/dexlist"
},
"dependencies": {
"@dexgroup/gatsby-theme-dexlist-agency": "^4.1.0",
"@dexgroup/gatsby-theme-dexlist-design": "^4.1.0",
"@dexgroup/gatsby-theme-dexlist-icon": "^4.1.0",
"@dexgroup/gatsby-theme-dexlist-tools": "^4.1.0",
"gatsby": "^4.7.2",
"gatsby-plugin-canonical-urls": "^5.7.0",
"gatsby-plugin-gatsby-cloud": "^5.7.0",
"gatsby-plugin-manifest": "^5.7.0",
"gatsby-plugin-offline": "^6.7.0",
"gatsby-plugin-plausible": "^0.0.7",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}