-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "squared-ci",
"private": true,
"version": "0.35.1",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prepare": "husky install",
"start": "next start"
},
"engines": {
"node": "^18.17"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@primer/octicons-react": "19.8.0",
"@tanstack/react-query": "5.14.6",
"autoprefixer": "10.4.16",
"jotai": "2.6.0",
"next": "14.0.4",
"postcss": "8.4.32",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind": "4.0.0",
"tailwind-merge": "2.1.0",
"tailwindcss": "3.4.0",
"use-debounce": "10.0.0",
"zustand": "4.4.7"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.1",
"semantic-release": "22.0.12",
"typescript": "5.3.3"
},
"volta": {
"node": "18.19.0"
}
}