-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.83 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
{
"name": "tech47",
"author": "Jai <[email protected]>",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@daily-co/daily-js": "0.9.991",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"babel-plugin-emotion": "^10.0.33",
"email-validator": "^2.0.0",
"feather-icons": "^4.0.0",
"formik": "^1.5.7",
"gatsby": "^2.24.53",
"gatsby-background-image": "^0.7.2",
"gatsby-image": "^2.1.2",
"gatsby-paginate": "git://github.com/Jaikant/gatsby-paginate.git",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-analytics": "^2.0.20",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-nprogress": "^2.0.10",
"gatsby-plugin-segment-js": "^3.6.0",
"gatsby-plugin-sharp": "2.6.25",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-twitter": "^2.0.13",
"gatsby-plugin-typography": "^2.2.13",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-images": "^3.0.14",
"gatsby-remark-prismjs": "^3.2.9",
"gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-contentful": "^2.3.41",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.8.32",
"gatsby-transformer-sharp": "^2.5.14",
"gatsby-transformer-yaml": "^2.1.12",
"github-markdown-css": "^4.0.0",
"gray-percentage": "^2.0.0",
"hex2rgba": "0.0.1",
"jest-emotion": "^10.0.32",
"jsonp": "^0.2.1",
"optipng": "^1.1.0",
"parse-filepath": "^1.0.2",
"pngquant": "^1.3.0",
"pngquant-bin": "^5.0.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-icons": "^2.2.7",
"react-reveal": "^1.2.2",
"react-spring": "^8.0.25",
"react-svg-morph": "^0.2.1",
"react-typist": "^2.0.4",
"react-typography": "^0.16.13",
"styled-system": "^3.0.0",
"typeface-quattrocento-sans": "0.0.44",
"typeface-work-sans": "0.0.44",
"typography": "^0.16.6",
"typography-theme-fairy-gates": "^0.15.11",
"typography-theme-lawton": "^0.15.10",
"yup": "^0.27.0"
},
"scripts": {
"dev": "node_modules/.bin/gatsby develop",
"build": "node_modules/.bin/gatsby build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --ext js",
"prettify": "prettier --write '{./,__{tests,mocks}__}/**/*.+(js|jsx)'",
"deploy": "aws s3 sync public/ s3://tech47.in --cache-control max-age=604800"
},
"jest": {
"transform": {
".(js|jsx)": "babel-jest"
},
"testRegex": "(\\.(test|spec))\\.(jsx|js)$",
"testPathIgnorePatterns": [
"/node_modules/",
"/.cache/"
],
"moduleFileExtensions": [
"jsx",
"js"
],
"collectCoverage": true,
"coverageReporters": [
"lcov",
"text",
"html"
]
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.6.0",
"babel-preset-gatsby": "^0.1.6",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.4",
"eslint": "^7.8.1",
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-emotion": "^10.0.27",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "^7.20.6",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-next-seo": "^1.6.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"object-fit-images": "3.2.3",
"prettier": "1.14.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.0.7",
"react-test-renderer": "^16.7.0"
}
}