-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.51 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.51 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "codeanit.com",
"author": "Anit Shrestha Manandhar @codeanit <codeanit@gmail.com>",
"description": "Blog By Anit",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "gatsby clean && GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"dev": "gatsby clean && gatsby develop",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome",
"format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint --ext=jsx,ts,tsx src",
"serve": "gatsby serve",
"start": "yarn develop",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:coverage": "jest --coverage",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"test:watch": "jest --watch",
"themelink": "yarn link theme",
"themeunlink": "yarn unlink theme && yarn install --force",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/core": "^10.0.6",
"@emotion/styled": "^10.0.6",
"@mdx-js/mdx": "^1.1.6",
"@mdx-js/react": "^1.1.6",
"@primer/components": "^19.1.1",
"@primer/octicons-react": "^10.0.0",
"@sindresorhus/slugify": "^0.9.1",
"emotion-theming": "^10.0.6",
"focus-trap-react": "^6.0.0",
"framer-motion": "^1.11.0",
"gatsby": "2.21.11",
"gatsby-image": "2.2.43",
"gatsby-plugin-emotion": "^4.3.3",
"gatsby-plugin-google-analytics": "^2.0.9",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "2.3.3",
"gatsby-plugin-mdx": "^2.14.1",
"gatsby-plugin-offline": "^2.2.9",
"gatsby-plugin-page-creator": "^2.3.8",
"gatsby-plugin-printer": "1.0.8",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-sitemap": "2.2.27",
"gatsby-plugin-twitter": "^2.3.3",
"gatsby-plugin-typescript": "^2.2.2",
"gatsby-plugin-typography": "^2.5.3",
"gatsby-remark-autolink-headers": "^2.3.4",
"gatsby-remark-copy-linked-files": "^2.3.4",
"gatsby-remark-images": "^3.3.9",
"gatsby-remark-sectionize": "^1.0.0",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-sharp": "^2.5.4",
"mousetrap": "^1.6.5",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-live": "^2.2.2",
"react-scrollspy": "^3.4.2",
"react-typography": "^0.16.18",
"remark-toc": "^7.0.0",
"styled-components": "^5.1.1",
"typeface-fira-code": "^1.1.4",
"typography": "^0.16.18",
"webpack": "^4.43.0"
},
"devDependencies": {
"@babel/preset-typescript": "7.8.3",
"@testing-library/react": "^10.0.1",
"@types/jest": "^23.0.0",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@types/react-helmet": "^5.0.8",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.19.2",
"babel-jest": "^23.1.0",
"babel-preset-gatsby": "^0.1.7",
"cypress": "4.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^1.1.1",
"jest": "25.1.0",
"jest-dom": "^3.0.2",
"jest-emotion": "^10.0.7",
"prettier": "^1.19.1",
"react-test-renderer": "^16.8.1",
"start-server-and-test": "^1.10.11",
"typescript": "^3.2.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MaximeHeckel/blog.maximeheckel.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"jest": {
"snapshotSerializers": [
"jest-emotion"
],
"setupFilesAfterEnv": [
"./setup-jest.js"
],
"globals": {
"__PATH_PREFIX__": ""
},
"testURL": "http://localhost",
"transform": {
"^.+\\.[jt]sx?$": "<rootDir>/jest-preprocess.js"
},
"transformIgnorePatterns": [
"node_modules/(?!(gatsby)/)"
],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"testPathIgnorePatterns": [
"node_modules",
".cache"
],
"moduleNameMapper": {
"typeface-*": "identity-obj-proxy",
".+\\.(css|styl|less|sass|scss)$": "identity-obj-proxy",
".+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/file.js"
},
"collectCoverage": false,
"coverageReporters": [
"lcov",
"text",
"html"
]
}
}