-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "gatsby-starter-dimension-v2",
"description": "Gatsby Starter - Dimension V2",
"version": "1.0.0",
"author": "Hunter Chang",
"dependencies": {
"@mdx-js/react": "^2.2.1",
"acorn": "^6.4.2",
"acorn-dynamic-import": "^4.0.0",
"eslint": "^7.10.0",
"eslint-webpack-plugin": "^2.1.0",
"gatsby": "^5.14.0",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.5.0",
"gatsby-plugin-react-helmet": "^6.5.0",
"gatsby-plugin-sass": "^6.5.0",
"gatsby-plugin-static-folders": "^1.0.0",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"typescript": "^4.0.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"vercel-build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}