-
Notifications
You must be signed in to change notification settings - Fork 173
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "codi.link",
"type": "module",
"version": "0.0.0",
"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.8.1",
"@tauri-apps/cli": "1.5.9",
"autoprefixer": "10.4.17",
"postcss": "8.4.35",
"postcss-nesting": "12.0.2",
"standard": "17.1.0",
"tailwindcss": "3.4.1",
"vite": "5.1.1"
},
"dependencies": {
"client-zip": "2.4.4",
"emmet-monaco-es": "5.3.0",
"escape-html": "1.0.3",
"js-base64": "3.7.6",
"lit": "3.1.2",
"monaco-editor": "0.46.0",
"preact": "10.19.4",
"split-grid": "1.0.11",
"zustand": "4.5.0"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
},
"postcss": {
"plugins": {
"postcss-nesting": {}
}
}
}