-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 2.18 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
{
"name": "kl-react",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.3.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"@tailwindui/react": "^0.1.1",
"classnames": "^2.3.1",
"dotenv": "^8.0.0",
"gatsby": "^3.2.1",
"gatsby-image": "^3.2.0",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-emotion": "^6.2.0",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-mdx": "^2.2.0",
"gatsby-plugin-netlify": "^3.2.0",
"gatsby-plugin-postcss": "^4.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sharp": "^3.2.1",
"gatsby-plugin-theme-ui": "^0.6.2",
"gatsby-remark-images": "^4.2.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-source-meetup": "^1.0.0",
"gatsby-source-s3-image": "^1.6.31",
"gatsby-source-twitter": "^4.0.0",
"gatsby-transformer-sharp": "^3.2.0",
"gatsby-transformer-yaml": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.3",
"react-helmet": "^6.0.0",
"react-icons": "^4.2.0",
"react-player": "^2.9.0",
"snarkdown": "^2.0.0",
"theme-ui": "^0.6.2"
},
"devDependencies": {
"@tailwindcss/ui": "^0.7.2",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.2",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-preset-gatsby": "^1.2.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"gatsby-plugin-catch-links": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-junit": "^12.0.0",
"jest-junit-reporter": "^1.1.0",
"mustache": "^4.2.0",
"postcss": "^8.2.9",
"puppeteer": "^16.0.0",
"tailwindcss": "^2.1.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
}
}