-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.75 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": "thomastuvignon",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^16.0.1",
"@contentful/rich-text-types": "^17.0.0",
"@contentful/vercel-nextjs-toolkit": "^1.3.2",
"@formatjs/intl-localematcher": "^0.5.9",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"gql.tada": "^1.8.10",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"motion": "12.0.0-alpha.2",
"negotiator": "^1.0.0",
"next": "^15.1.3",
"next-view-transitions": "^0.3.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "^7.0.4"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.16",
"@eslint/eslintrc": "^3.2.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^22.10.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"babel-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^10.1.3",
"stylelint": "^16.12.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-use-logical": "^2.1.2",
"typescript": "^5.7.2"
},
"browserslist": [
"last 2 versions",
"> 0.5%",
"not dead",
"not op_mini all",
"not kaios > 0"
],
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}