-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.49 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.49 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
{
"name": "piral-repro",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"check": "next lint && tsc --noEmit",
"preview": "next build && next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@buf/dot_moar.bufbuild_es": "^1.10.0-20240329144457-295797c9a275.1",
"@buf/dot_moar.connectrpc_es": "^1.4.0-20240329144457-295797c9a275.3",
"@bufbuild/protobuf": "^1.8.0",
"@connectrpc/connect": "^1.6.1",
"@connectrpc/connect-node": "^1.6.1",
"@next/polyfill-module": "^15.1.4",
"@t3-oss/env-nextjs": "^0.10.1",
"busboy": "^1.6.0",
"defu": "^6.1.4",
"geist": "^1.3.0",
"mime": "^4.0.6",
"next": "^15.0.1",
"piral-core": "^1.7.3",
"piral-instance-webpack-plugin": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semver": "^7.6.3",
"tar": "^7.4.3",
"zod": "^3.23.3"
},
"devDependencies": {
"@types/busboy": "^1.5.4",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.1",
"typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.38.1"
},
"packageManager": "npm@10.2.3"
}