generated from arkajyotiMukherjee/gatsby-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 3.11 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
86
87
88
89
90
91
92
93
94
{
"name": "arkajyotimukherjee",
"description": "Portfolio site for Arkajyoti Mukherjee | Fullstack developer | React | Golang | Flutter.",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arkajyotiMukherjee/portfolio-site"
},
"bugs": {
"url": "https://github.com/arkajyotiMukherjee/portfolio-site/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": {
"@fontsource/inter": "^4.3.0",
"@fontsource/merriweather": "^4.3.0",
"@visx/gradient": "^1.7.0",
"@visx/group": "^1.7.0",
"@visx/hierarchy": "^1.7.0",
"@visx/responsive": "^1.10.1",
"@visx/shape": "^1.8.0",
"gatsby": "^3.5.0",
"gatsby-plugin-google-gtag": "^3.5.0",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-plugin-sitemap": "^4.1.0",
"gatsby-plugin-styled-components": "^4.5.0",
"gatsby-plugin-typescript": "^3.5.0",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-transformer-sharp": "^3.5.0",
"modern-css-reset": "^1.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.0",
"swiper": "^6.6.1",
"use-media": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@types/react-helmet": "^6.1.1",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-gatsby": "^1.5.0",
"eslint": "^7.26.0",
"eslint-config-gojutin": "0.1.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-watch": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.4",
"npm-check-updates": "^11.5.13",
"prettier": "^2.3.0",
"ts-jest": "^26.5.6",
"tslint": "^6.0.0",
"tslint-immutable": "^6.0.1",
"tslint-react": "^5.0.0",
"typescript": "^4.2.4"
}
}