This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.86 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": "hyperlog.club",
"private": true,
"description": "Client-side app for hyperlog.club",
"version": "0.3.0",
"author": "Aditya Giri <dtrg21@gmail.com>",
"dependencies": {
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"antd": "^3.23.2",
"auth0-js": "^9.11.3",
"gatsby": "^2.15.14",
"gatsby-background-image": "^0.8.11",
"gatsby-image": "^2.2.18",
"gatsby-plugin-antd": "^2.0.2",
"gatsby-plugin-emotion": "^4.1.6",
"gatsby-plugin-google-analytics": "^2.1.21",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-nprogress": "^2.1.9",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-sharp": "^2.2.27",
"gatsby-plugin-sitemap": "^2.2.17",
"gatsby-plugin-typography": "^2.3.7",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-copy-linked-files": "^2.1.24",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-prismjs": "^3.3.13",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-remark": "^2.6.22",
"gatsby-transformer-sharp": "^2.2.14",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-lottie": "^1.2.3",
"react-toggle": "^4.1.1",
"react-typography": "^0.16.19",
"styled-components": "^4.3.2",
"typography": "^0.16.19",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@testing-library/cypress": "^5.0.1",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.3.0",
"axe-core": "^3.3.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.17",
"cypress": "^3.4.1",
"cypress-axe": "^0.5.1",
"eslint": "^6.5.1",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"gatsby-plugin-eslint": "^2.0.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"react-test-renderer": "^16.10.2",
"start-server-and-test": "^1.10.4"
},
"keywords": [
"hyperlog",
"learn programming",
"community"
],
"license": "GPL-3.0",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest --passWithNoTests",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run"
},
"repository": {
"type": "git",
"url": "https://github.com/hyperlog/hyperlog-club"
},
"bugs": {
"url": "https://github.com/hyperlog/hyperlog-club/issues"
}
}