-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "next-tiramitzu",
"private": true,
"version": "1.1.0",
"types": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen",
"rustywind-fix": "rustywind --write ."
},
"eslintConfig": {
"extends": "@clytage/eslint-config/typescript",
"ignorePatterns": "dist/*"
},
"dependencies": {
"@apollo/client": "^3.12.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"next": "^14.2.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.4.0",
"react-loading-skeleton": "^3.5.0"
},
"devDependencies": {
"@clytage/eslint-config": "^3.0.1",
"@types/node": "20.17.9",
"@types/react": "18.3.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "14.2.22",
"next-themes": "^0.4.3",
"postcss": "^8.4.49",
"rustywind": "^0.23.1",
"sass": "^1.82.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}