-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.11 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
{
"name": "cms-datocms",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.9.14",
"@sentry/browser": "^5.16.1",
"@sentry/integrations": "^5.16.1",
"@sentry/node": "^5.16.1",
"@svgr/webpack": "^5.3.1",
"@zeit/next-source-maps": "^0.0.3",
"apollo-boost": "^0.4.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.17",
"classnames": "^2.2.6",
"cookie": "^0.4.1",
"cookies": "^0.8.0",
"date-fns": "^2.16.1",
"email-validator": "^2.0.4",
"framer-motion": "^1.10.3",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"next": "^10.0.7",
"next-images": "^1.4.0",
"next-pwa": "^2.3.3",
"node-fetch": "^2.6.0",
"prettier": "^2.0.4",
"react": "^16.13.0",
"react-apollo": "^3.1.5",
"react-datocms": "^1.2.6",
"react-dom": "^16.13.0",
"react-loader-spinner": "^3.1.14",
"react-player": "^2.0.1",
"react-scroll": "^1.7.16",
"react-scroll-position": "^1.0.1",
"react-scroll-section": "^2.0.0",
"react-spring": "^8.0.27",
"react-swipeable": "^5.5.1",
"react-textarea-autosize": "^7.1.2",
"remark": "^12.0.1",
"remark-html": "^12.0.0",
"reset-css": "^5.0.1",
"string-array": "^1.0.1",
"styled-components": "^5.1.0",
"styled-reset": "^4.1.3",
"webpack": "^5.23.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.7",
"dotenv": "8.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.8.9"
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "all"
},
"peerDependencies": {
"webpack": "^5.23.0"
}
}