This repository was archived by the owner on Oct 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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": "pull-request-tracker",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0 <23",
"pnpm": "9.15.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "3.1.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@types/js-cookie": "2.2.5",
"@zeit/next-css": "1.0.1",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-http": "1.5.16",
"dayjs": "1.8.23",
"final-form": "4.19.1",
"graphql": "15.0.0",
"graphql-tag": "2.10.3",
"isomorphic-unfetch": "3.0.0",
"js-cookie": "2.2.1",
"next": "13.5.8",
"next-with-apollo": "5.0.0",
"normalize.css": "8.0.1",
"query-string": "6.12.0",
"ramda": "0.27.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-final-form": "6.4.0",
"react-sidebar": "3.0.2",
"styled-components": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@styled-icons/boxicons-logos": "10.0.0",
"@styled-icons/evil": "10.0.0",
"@styled-icons/octicons": "10.1.0",
"@types/node": "13.11.0",
"@types/ramda": "0.27.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-sidebar": "3.0.4",
"@types/styled-components": "5.0.1",
"dotenv": "8.2.0",
"next-compose-plugins": "2.2.0",
"typescript": "4.5.2"
},
"volta": {
"node": "22.13.1",
"pnpm": "9.15.4"
}
}