-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix",
"format": "prettier . --write"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@portabletext/react": "^3.2.0",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.64.1",
"@wnyu/spinitron-sdk": "^1.0.4",
"next": "15.1.5",
"next-sanity": "^9.8.13",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.4.0",
"sanity": "^3.70.0",
"styled-components": "^6.1.14",
"swiper": "^11.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-sort-exports": "^0.9.1",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}