-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "desmos",
"version": "2.7.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@next/font": "13.1.1",
"@react-spring/web": "^9.6.1",
"@socialgouv/matomo-next": "^1.6.1",
"@types/react-mailchimp-subscribe": "^2.1.1",
"autoprefixer": "^10.4.13",
"framer-motion": "^9.0.2",
"i18next": "^22.4.9",
"isomorphic-unfetch": "^4.0.2",
"next": "13.1.1",
"next-i18next": "^13.1.5",
"next-seo": "^6.0.0",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.5",
"react-mailchimp-subscribe": "^2.1.3",
"react-responsive": "^9.0.2",
"react-slick": "^0.29.0",
"resize-observer": "^1.0.4",
"sharp": "^0.32.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.2.4",
"tailwindcss-animation-delay": "^1.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.3.0",
"@types/node": "18.15.11",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.7",
"typescript": "^4.9.5"
},
"packageManager": "yarn@3.2.4"
}