-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.67 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
79
80
81
82
83
84
85
{
"name": "main-maisonfabiencarrichon",
"homepage": "https://maisonfabiencarrichon.ch",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"build": "next build",
"start": "next start",
"build-stats": "cross-env ANALYZE=true npm run build",
"export": "next export",
"build-prod": "run-s clean build export",
"clean": "rimraf .next out",
"lint": "next lint",
"build-types": "tsc --noEmit --pretty",
"prepare": "husky install"
},
"dependencies": {
"@artsy/fresnel": "^3.5.0",
"@glidejs/glide": "^3.5.2",
"@prismicio/client": "^5.1.0",
"@prismicio/helpers": "^2.3.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-prismic": "^1.0.9",
"axios": "^0.24.0",
"dotenv": "^16.0.0",
"formik": "^2.2.9",
"framer-motion": "^6.3.11",
"graphql": "^16.2.0",
"graphql-tag": "^2.12.6",
"next": "^12.0.2",
"next-google-fonts": "^2.2.0",
"next-i18next": "^10.2.0",
"next-seo": "^4.28.1",
"nodemailer": "^6.7.2",
"prismic-reactjs": "^1.3.4",
"react": "^17.0.2",
"react-awesome-reveal": "^3.8.1",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.3.3",
"react-responsive": "^9.0.0-beta.8",
"react-reveal": "^1.2.2",
"styled-components": "^5.3.3",
"styled-jsx-plugin-postcss": "^4.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.2",
"@types/dotenv": "^8.2.0",
"@types/glidejs__glide": "^3.4.1",
"@types/node": "^16.11.6",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.33",
"@types/react-gtm-module": "^2.0.1",
"@types/react-responsive": "^8.0.5",
"@types/styled-components": "^5.1.19",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-plugin-styled-components": "^2.0.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-next": "^12.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.1.5",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"next-sitemap": "^2.1.8",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
},
"license": "ISC"
}