-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 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
{
"name": "codi.link",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "bunx standard",
"tauri": "tauri",
"phoenix": "rm -rf ./node_modules && bun install",
"postinstall": "git config core.hooksPath ./git-hooks",
"serve": "vite preview"
},
"devDependencies": {
"@preact/preset-vite": "2.10.2",
"@tauri-apps/cli": "2.9.4",
"autoprefixer": "10.4.22",
"eslint": "9.39.1",
"neostandard": "0.12.2",
"postcss": "8.5.6",
"postcss-nesting": "13.0.2",
"prettier": "3.6.2",
"tailwindcss": "4.1.17",
"vite": "7.2.2"
},
"dependencies": {
"@tailwindcss/vite": "4.1.17",
"client-zip": "2.5.0",
"emmet-monaco-es": "5.6.1",
"escape-html": "1.0.3",
"js-base64": "3.7.8",
"lit": "3.3.1",
"monaco-editor": "0.54.0",
"monacopilot": "1.2.7",
"preact": "10.27.2",
"preact-custom-element": "4.6.0",
"split-grid": "1.0.11",
"zustand": "5.0.8"
},
"postcss": {
"plugins": {
"postcss-nesting": {}
}
}
}