-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.02 KB
/
Copy pathpackage.json
File metadata and controls
127 lines (127 loc) · 4.02 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
{
"name": "himalay.github.io",
"description": "himalay.com.np",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "rimraf public; rimraf .cache",
"deploy": "gatsby build --log-pages --prefix-paths && gh-pages -d public -b master",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"start": "npm run dev",
"test": "npm run type-check && npm run lint",
"type-check": "tsc",
"update-browserslist-db": "npx browserslist@latest --update-db"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"@raae/gatsby-remark-oembed": "^0.1.1",
"@types/mdx-js__react": "^1.5.1",
"@types/theme-ui": "^0.2.0",
"babel-plugin-styled-components": "^1.10.7",
"classnames": "^2.2.6",
"gatsby": "^2.21.25",
"gatsby-image": "^2.4.3",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-canonical-urls": "^2.3.1",
"gatsby-plugin-emotion": "^4.3.1",
"gatsby-plugin-feed": "^2.5.1",
"gatsby-plugin-google-analytics": "^2.3.1",
"gatsby-plugin-local-search": "^1.1.1",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-mdx": "^1.2.7",
"gatsby-plugin-offline": "^3.2.2",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-typescript": "^2.4.2",
"gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.3.3",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^3.5.1",
"gatsby-remark-responsive-iframe": "^2.4.2",
"gatsby-remark-smartypants": "^2.3.1",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-transformer-json": "^2.4.2",
"gatsby-transformer-remark": "^2.8.8",
"gatsby-transformer-sharp": "^2.5.2",
"hast-util-to-html": "^7.1.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.2",
"lodash": "^4.17.15",
"mdast-util-to-hast": "^9.0.1",
"modern-normalize": "^0.6.0",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^1.1.0",
"prism-themes": "^1.4.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-is": "^16.13.1",
"react-live": "^2.2.2",
"react-medium-image-zoom": "^4.3.0",
"react-outside-click-handler": "^1.3.0",
"react-refresh": "^0.8.2",
"react-use-flexsearch": "^0.1.1",
"remark": "^12.0.0",
"remark-slug": "^6.0.0",
"slugify": "^1.4.0",
"styled-components": "^5.1.0",
"theme-ui": "^0.2.0",
"ts-md5": "^1.2.7",
"typeface-merriweather": "^0.0.72",
"typescript": "^3.9.2"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/node": "^13.13.5",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/react-outside-click-handler": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-standard": "^4.0.1",
"gatsby-plugin-eslint": "^2.0.8",
"gh-pages": "^2.2.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"webpack": "4.43.0"
},
"lint-staged": {
"*.{ts,tsx}": [
"yarn lint --fix"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}