-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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
47
48
49
50
51
52
53
54
55
56
{
"name": "gatsby-starter-hello-world",
"private": false,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint \"**/*.{tsx,ts}\"",
"lint:update": "eslint \"**/*.{tsx,ts}\" --fix"
},
"dependencies": {
"eslint": "^7.32.0",
"gatsby": "^3.11.1",
"gatsby-plugin-layout": "^2.12.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-offline": "4.14.0",
"precss": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"yarn": "^1.22.17"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/node": "^16.7.2",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.0",
"babel-loader": "^8.2.2",
"babel-preset-gatsby": "^1.13.0",
"eslint-plugin-react": "^7.25.1",
"eslint-webpack-plugin": "^3.0.1",
"gatsby-plugin-postcss": "^4.12.0",
"identity-obj-proxy": "^3.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}