-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "gatsby-sarter-typescript-seo-grand",
"description": "A Gatsby starter with TypeScript, SEO, Styled Components, Prettier, PWA Support, Jest, and more.",
"version": "0.0.1",
"license": "Apache-2.0 License",
"repository": {
"type": "git",
"url": "https://github.com/S-ayanide/gatsby-starter-typescript-seo-grand"
},
"bugs": {
"url": "https://github.com/S-ayanide/gatsby-starter-typescript-seo-grand/issues"
},
"scripts": {
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"lint:watch": "esw -w . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "npm run lint --fix",
"test": "jest",
"test:watch": "jest --watch",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build": "gatsby build",
"update": "ncu -u"
},
"dependencies": {
"gatsby": "^2.19.32",
"gatsby-image": "^2.2.43",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-manifest": "^2.2.44",
"gatsby-plugin-offline": "^3.0.37",
"gatsby-plugin-react-axe": "^0.4.0",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-plugin-typescript": "^2.2.2",
"gatsby-source-filesystem": "^2.1.50",
"gatsby-transformer-sharp": "^2.3.17",
"modern-css-reset": "^1.1.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"styled-components": "^5.0.1",
"use-media": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.5.0",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-gatsby": "^0.2.31",
"eslint": "^6.8.0",
"eslint-config-gojutin": "0.0.16",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"eslint-watch": "^6.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"jest-styled-components": "^7.0.0",
"npm-check-updates": "^4.0.4",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint-immutable": "^6.0.1",
"tslint-react": "^4.2.0",
"typescript": "^3.8.3"
}
}