-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.73 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
{
"name": "cole.codes",
"version": "1.0.0",
"scripts": {
"dev": "next",
"dev:inspect": "NODE_OPTIONS='--inspect' next",
"build": "next build",
"start": "next start",
"contentful:setup": "node ./scripts/contentful/setup.js $CONTENTFUL_SPACE_ID $CONTENTFUL_MANAGEMENT_TOKEN",
"lint": "eslint ./"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^14.1.1",
"@contentful/rich-text-plain-text-renderer": "^14.1.1",
"@contentful/rich-text-react-renderer": "13.4.0",
"@emotion/core": "^10.0.28",
"@emotion/react": "^11.0.0-next.12",
"@emotion/styled": "^10.0.27",
"@svgr/webpack": "^5.4.0",
"classnames": "2.2.6",
"contentful": "7.14.4",
"crypto": "^1.0.1",
"date-fns": "^2.14.0",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"framer-motion": "^2.3.0",
"hex-to-rgba": "^2.0.1",
"invert-color": "^2.0.0",
"lodash": "^4.17.21",
"mongodb": "^3.6.0",
"next": "^10.0.0",
"nextjs-sitemap-generator": "^1.0.0",
"normalize.css": "^8.0.1",
"number-abbreviate": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-ga": "^3.1.2",
"react-in-viewport": "^1.0.0-alpha.14",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^13.2.1",
"react-twitter-embed": "^3.0.3",
"react-typist": "^2.0.5",
"react-use": "^15.3.3",
"swr": "^0.3.0",
"url-parse": "^1.5.9"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"babel-eslint": "^10.1.0",
"contentful-import": "^7.7.12",
"dotenv": "8.2.0",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^2.0.5"
}
}