-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.9 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.9 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "gitopia-web",
"version": "2.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "knex migrate:up && node scripts/dump-paths.mjs",
"build": "next build && next export",
"postbuild": "cp ./seo/sitemap.xml ./public/",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"pm2": "pm2",
"test": "cypress open"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@badrap/bar-of-progress": "^0.1.2",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/ledger-amino": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@gitopia/gitopia-js": "3.0.0",
"@heroicons/react": "^2.1.5",
"@ledgerhq/hw-transport-webhid": "^6.27.13",
"@ledgerhq/hw-transport-webusb": "^6.27.13",
"@next/bundle-analyzer": "^12.0.7",
"@rpldy/upload-button": "0.13.5",
"@rpldy/upload-drop-zone": "0.13.5",
"@rpldy/uploady": "^0.13.5",
"axios": "^1.7.3",
"better-sqlite3": "^8.2.0",
"bip39": "^3.0.3",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"cosmjs-types": "^0.9.0",
"crypto-js": "^4.0.0",
"cypress": "^10.8.0",
"daisyui": "^2.50.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.6",
"dexie": "^3.2.1",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.6.0",
"file-saver": "^2.0.5",
"globby": "^11.0.1",
"graphql": "^15.8.0",
"graphql-ws": "^5.6.4",
"knex": "^2.4.2",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"mime-types": "^2.1.35",
"next": "^13.1.6",
"next-connect": "^0.13.0",
"next-redux-wrapper": "^6.0.2",
"pm2": "^5.4.2",
"prism-color-variables": "^1.0.1",
"react": "18.2.0",
"react-calendar-heatmap": "^1.8.1",
"react-checkbox-tree": "^1.8.0",
"react-circular-progressbar": "^2.0.4",
"react-click-away-listener": "^2.0.3",
"react-diff-view": "^3.0.3",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.4.3",
"react-markdown": "^6.0.2",
"react-mde": "^11.5.0",
"react-redux": "^7.2.3",
"react-stickynode": "^4.1.0",
"react-syntax-highlighter": "^15.4.4",
"react-tooltip": "^4.2.21",
"react-virtualized": "^9.22.3",
"reapop": "^4.0.0",
"recharts": "^2.12.7",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"rehype-autolink-headings": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.0.1",
"uuid": "^9.0.0",
"websocket": "^1.0.34"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
"cssnano": "^5.1.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.2.13",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"tailwindcss": "3.1.0",
"typescript": "^4.9.5"
}
}