-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.93 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
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "eslint .",
"dev": "next dev",
"develop": "next dev",
"start": "next start",
"build": "next build"
},
"babelMacros": {
"twin": {
"config": "tailwind.config.js",
"preset": "emotion",
"dataTwProp": true,
"debugPlugins": false,
"debug": false
}
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"animejs": "^3.2.0",
"aos": "^3.0.0-beta.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"disqus-react": "^1.0.11",
"dotenv": "10.0.0",
"globby": "^11.0.1",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.4",
"hamburger-react": "^2.4.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.21",
"next": "^12.0.7",
"next-themes": "^0.0.14",
"next-with-apollo": "^5.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.15.3",
"react-hot-toast": "^2.0.0",
"react-icons": "^4.2.0",
"react-markdown": "^6.0.1",
"react-modal": "^3.13.1",
"react-scroll-up": "^1.3.5",
"react-syntax-highlighter": "^15.4.3",
"react-transition-group": "^4.4.1",
"react-vertical-timeline-component": "^3.3.0",
"remark-gfm": "^1.0.0",
"tailwindcss": "^2.1.2",
"twin.macro": "^2.4.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "7.27.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.0.5"
}
}