-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 5.01 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
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
145
146
{
"name": "nejcmursic.com",
"private": true,
"description": "Nejc Mursic personal website.",
"version": "0.1.1",
"author": "Nejc Mursic <[email protected]> (https://github.com/nejcm)",
"license": "MIT",
"main": "n/a",
"repository": "https://github.com/nejcm/nejcmursic.com",
"bugs": {
"url": "https://github.com/nejcm/nejcmursic.com/issues"
},
"scripts": {
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|graphql|md|mdx)\"",
"type-check": "tsc --noEmit",
"build": "gatsby build",
"develop": "npm-run-all --parallel dev:*",
"dev:gatsby": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"validate": "npm run build",
"setup": "npm install && npm run validate",
"start": "gatsby serve --port 5020",
"cy": "is-ci \"test:e2e\" \"cy:open\"",
"cy:open": "cypress open",
"cy:run": "cypress run --config baseUrl=http://localhost:5020",
"cy:run_": "CYPRESS_BASE_URL=http://localhost:5020 cypress run",
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:cov": "jest --coverage",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
"test:e2e": "start-server-and-test start http://localhost:5020 cy:run",
"netlify": "gatsby build"
},
"dependencies": {
"@babel/plugin-proposal-export-default-from": "^7.10.1",
"@babel/runtime": "^7.10.1",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.4",
"@mdx-js/react": "^1.6.4",
"@sindresorhus/slugify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"date-fns": "^2.14.0",
"dotenv": "^8.2.0",
"dotenv-parse-variables": "^0.3.0",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"gatsby": "^2.22.12",
"gatsby-remark-autolink-headers": "^2.3.3",
"gatsby-image": "^2.4.5",
"gatsby-plugin-feed": "^2.5.3",
"gatsby-plugin-google-tagmanager": "^2.3.3",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-typescript": "^2.4.3",
"gatsby-plugin-typography": "^2.5.2",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.3.3",
"gatsby-remark-images": "^3.3.8",
"gatsby-remark-prismjs": "^3.5.2",
"gatsby-remark-responsive-iframe": "^2.4.3",
"gatsby-remark-smartypants": "^2.3.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.3",
"gatsby-link": "^2.4.3",
"gatsby-parallel-runner": "^1.2.8",
"gatsby-plugin-catch-links": "^2.3.3",
"gatsby-plugin-emotion": "^4.3.2",
"gatsby-plugin-mdx": "^1.2.13",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-nprogress": "^2.3.2",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-plugin-twitter": "^2.3.2",
"gatsby-plugin-workerize-loader": "^1.3.0",
"gatsby-remark-embedder": "^2.1.1",
"http-proxy-middleware": "^1.0.4",
"polished": "^3.6.4",
"prismjs": "^1.20.0",
"prism-react-renderer": "^1.1.1",
"prism-themes": "^1.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-error-boundary": "^2.2.1",
"react-grid-system": "^6.4.2",
"react-headroom": "^3.0.0",
"react-helmet": "^6.0.0",
"react-live": "^2.2.2",
"react-markdown": "^4.3.1",
"react-scrollspy": "^3.4.2",
"react-share": "^4.1.0",
"react-typography": "^0.16.19",
"remark": "^12.0.0",
"remark-parse": "^8.0.2",
"typography": "^0.16.19"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@netlify/zip-it-and-ship-it": "^0.3.1",
"@testing-library/cypress": "^6.0.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.4",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^10.4.0",
"@types/lodash": "^4.14.153",
"@types/react-headroom": "^2.2.1",
"@types/react-helmet": "^6.0.0",
"@types/typography": "^0.16.3",
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^0.4.7",
"cypress": "^4.7.0",
"dotenv-cli": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-kentcdodds": "^14.13.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^2.0.0",
"jest": "^26.0.1",
"jest-in-case": "^1.0.2",
"lint-staged": "^10.2.7",
"lodash": "^4.17.15",
"netlify-lambda": "^1.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2",
"serve": "^11.3.1",
"start-server-and-test": "^1.11.0",
"typescript": "^3.9.3",
"unist-util-visit": "^2.0.2"
},
"browserslist": [
">1%",
"not dead"
]
}