-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
{
"name": "digital-agency",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sendgrid/mail": "^7.2.2",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"date-fns": "^2.14.0",
"formik": "^2.1.5",
"framer-motion": "^1.11.1",
"google-map-react": "^1.1.7",
"lodash": "^4.17.19",
"next": "^9.5.0",
"next-compose-plugins": "^2.2.0",
"next-optimized-images": "^2.6.2",
"prismic-javascript": "^3.0.1",
"prismic-reactjs": "^1.3.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "^3.10.0",
"react-intersection-observer": "^8.26.2",
"react-player": "^2.6.0",
"react-responsive": "^8.1.0",
"react-textarea-autosize": "^8.2.0",
"tailwindcss": "^1.4.6",
"uuid": "^8.2.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.2.0",
"add": "^2.0.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.5.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"jimp": "^0.16.0",
"lqip-loader": "^2.2.0",
"postcss-custom-properties": "^9.1.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"prettier": "2.0.5",
"responsive-loader": "^2.0.0",
"stylelint-config-recommended": "^3.0.0",
"svg-sprite-loader": "^5.0.0",
"webp-loader": "^0.6.0",
"yarn": "^1.22.4"
}
}