-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.96 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
{
"name": "leafcode.org",
"description": "Na froncie landing page",
"version": "1.0.0",
"author": "Łukasz Tyszkiewicz - Leafcode - ([email protected])",
"keywords": [
"gatsby, typescript",
"blog",
"programming"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"start:prod": "gatsby serve",
"deploy": "gatsby build --prefix-paths",
"dev": "rm -r .cache/ && env NODE_ENV=development DEBUG=gatsby:query-watcher && gatsby develop",
"lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx",
"lint:fix": "yarn run lint --fix",
"type-check": "tsc --pretty",
"test": "npm run type-check && npm run lint"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"@types/lodash": "^4.14.117",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.4",
"@types/typography": "^0.16.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "^7.12.0",
"eslint-config-prettier": "^6.14.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-plugin-eslint": "^2.0.8",
"husky": "^4.3.0",
"lint-staged": "^10.4.2",
"node-sass": "^4.9.4",
"prettier": "^2.1.2",
"prismjs": "^1.15.0",
"react-typography": "^0.16.13",
"source-map-support": "^0.5.16",
"ts-node": "^9.0.0",
"typescript-styled-plugin": "^0.15.0"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.8",
"@mdx-js/react": "^1.5.8",
"@react-hook/window-size": "^3.0.7",
"framer": "^1.2.5",
"framer-motion": "^2.3.0",
"gatsby": "^2.17.4",
"gatsby-background-image": "^1.1.2",
"gatsby-cli": "^2.7.49",
"gatsby-image": "^2.2.17",
"gatsby-link": "^2.2.10",
"gatsby-plugin-lodash": "^3.0.1",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-mdx": "^1.1.9",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.2.19",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-typescript": "^2.4.24",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-remark-prismjs": "^3.4.3",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-sharp": "^2.2.13",
"gsap": "^3.4.2",
"intersection-observer": "^0.11.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"polished": "^2.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-use": "^15.3.4",
"styled-components": "^5.1.1",
"typescript": "^4.0.3",
"typography": "^0.16.17",
"typography-theme-kirkham": "^0.16.19"
}
}