-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.77 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
{
"name": "@variant/homepage",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix",
"format": "prettier . --write",
"fix": "run-s lint format",
"prepare": "husky"
},
"dependencies": {
"@sanity/color-input": "^4.0.3",
"@sanity/document-internationalization": "^3.0.1",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/react-loader": "^1.10.41",
"@sanity/vision": "^3.39.1",
"@visx/visx": "^3.12.0",
"husky": "^9.1.7",
"negotiator": "^0.6.3",
"next": "^14.2.15",
"next-intl": "^3.24.0",
"next-sanity": "^7.1.4",
"next-sanity-image": "^6.1.1",
"nuqs": "^2.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-focus-on": "^3.9.4",
"react-intersection-observer": "^9.15.1",
"sanity": "^3.65.1",
"sanity-plugin-internationalized-array": "^3.0.1",
"sanity-plugin-media": "^2.3.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.0",
"@types/css-modules": "^1.0.5",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-boundaries": "^5.0.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-no-relative-import-paths": "^1.5.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"typescript": "^5.6.2"
}
}