-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.74 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
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
{
"name": "template-io",
"version": "0.1.0",
"description": "",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/jpwogaman/template.io"
},
"author": "JP Wogaman II",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpwogaman/template.io/issues"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"deps": "ncu --interactive --format group",
"depsProd": "ncu --interactive --dep prod --format group",
"tauri": "tauri",
"count": "count-lines-in-repo.bat",
"bindings": "cd src-tauri && cargo test && cargo run --bin bindings_custom_types",
"full_clean": "cd src-tauri && cargo clean && cd.. && rm -rf node_modules/ && rm -rf dist/ && rm -rf .next/ && pnpm install && pnpm tauri dev"
},
"ct3aMetadata": {
"initVersion": "6.11.2"
},
"engines": {
"node": "18.20.x",
"pnpm": "9.15.x"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9"
}
}
},
"dependencies": {
"@next/bundle-analyzer": "^15.1.6",
"@next/env": "^15.1.6",
"@react-icons/all-files": "^4.1.0",
"@react-spring/web": "^9.7.5",
"@t3-oss/env-nextjs": "^0.11.1",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.1",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-notification": "~2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "~2",
"@use-gesture/react": "^10.3.1",
"motion": "^12.4.1",
"next": "15.1.6",
"next-themes": "^0.4.4",
"react": "18.3.1",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"react-icons": "^5.4.0",
"reactcss": "^1.2.3",
"server-only": "^0.0.1",
"superjson": "2.2.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@tailwindcss/postcss": "^4.0.5",
"@tauri-apps/cli": "^2.2.7",
"@types/eslint": "^9.6.1",
"@types/eslint__eslintrc": "^2.1.2",
"@types/node": "^22.13.1",
"@types/react": "^18.3.12",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.1",
"@types/reactcss": "^1.2.13",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.20.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"prettier": "^3.5.0",
"prettier-plugin-rust": "^0.1.9",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.5",
"typescript": "^5.7.3"
}
}