-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.4 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.4 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
{
"name": "blog-andrewnt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "cross-env ANALYZE=\"true\" next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint",
"e2e": "cypress run",
"cypress": "cypress open"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.1",
"axios": "^0.21.1",
"clsx": "^1.1.1",
"dayjs": "^1.10.6",
"feed": "^4.2.2",
"firebase": "9.0.0-beta.6",
"firebase-admin": "^9.11.0",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"mdx-prism": "^0.3.3",
"next": "11.0.1",
"next-mdx-remote": "^3.0.4",
"query-string": "^7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-query": "^3.19.0",
"rehype": "^11.0.0",
"rehype-autolink-headings": "^5.1.0",
"rehype-slug": "^4.0.1",
"remark-code-titles": "^0.1.2",
"remark-toc": "^7.2.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.1",
"@testing-library/cypress": "^7.0.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/lodash": "^4.14.171",
"@types/react": "17.0.14",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.11",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"autoprefixer": "^10.2.6",
"babel-jest": "^27.0.6",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^1.13.1",
"babel-plugin-twin": "^1.0.2",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"cypress": "^7.7.0",
"dotenv": "^10.0.0",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-testing-library": "^4.9.0",
"jest": "^27.0.6",
"next-compose-plugins": "^2.2.1",
"next-sitemap": "^1.6.140",
"postcss": "^8.3.5",
"react-is": "^17.0.2",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.4",
"ts-node": "^10.0.0",
"tspath": "^1.3.7",
"twin.macro": "^2.6.2",
"typescript": "4.3.5"
}
}