-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
76 lines (76 loc) · 2.26 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
{
"name": "use-comments",
"private": false,
"description": "Effortlessly add a comment section to your website, and start the discussion on your content.",
"version": "1.0.1",
"license": "MIT",
"author": {
"name": "Aleksandra Sikora",
"url": "https://github.com/beerose"
},
"main": "dist/index.js",
"source": "src/useComments/index.ts",
"types": "dist/useComments/index.d.ts",
"module": "dist/useComments/index.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"dev": "microbundle watch",
"build:microbundle": "microbundle --no-compress --tsconfig tsconfig.lib.json --globals react=React"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.7",
"@mdx-js/react": "^1.6.7",
"@theme-ui/color": "^0.4.0-rc.1",
"@theme-ui/presets": "^0.4.0-rc.1",
"@theme-ui/prism": "^0.4.0-rc.1",
"@types/react-hamburger-menu": "^0.0.3",
"@types/react-helmet": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"gatsby": "^2.24.3",
"gatsby-plugin-mdx": "^1.2.26",
"gatsby-plugin-theme-ui": "^0.4.0-rc.1",
"gatsby-plugin-typescript": "^2.4.15",
"gatsby-remark-code-buttons": "^2.0.4",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-source-filesystem": "^2.3.19",
"microbundle": "^0.12.3",
"prettier": "2.0.5",
"react-dom": "^16.13.1",
"react-hamburger-menu": "^1.2.1",
"react-helmet": "^6.1.0",
"react-live": "^2.2.2",
"react-toggle-dark-mode": "^1.0.2",
"theme-ui": "^0.4.0-rc.1",
"typescript": "^3.9.6"
},
"repository": {
"type": "git",
"url": "https://github.com/beerose/use-comments"
},
"bugs": {
"url": "https://github.com/beerose/use-comments/issues"
},
"homepage": "https://github.com/beerose/use-comments#readme",
"keywords": [
"react",
"hasura",
"blog",
"hook",
"comments"
]
}