forked from midudev/codi.link
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 763 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 763 Bytes
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
{
"name": "codi.link",
"version": "0.0.0",
"private": true,
"scripts": {
"co": "sui-mono commit",
"lint": "standard",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"postinstall": "git config core.hooksPath ./git-hooks"
},
"devDependencies": {
"@s-ui/mono": "2",
"postcss-nesting": "^8.0.1",
"standard": "16.0.3",
"vite": "2.5.0"
},
"dependencies": {
"emmet-monaco-es": "^4.7.1",
"hotkeys-js": "3.8.7",
"js-base64": "3.6.1",
"monaco-editor": "0.27.0",
"split-grid": "1.0.11",
"zustand": "3.5.10"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
},
"postcss": {
"plugins": {
"postcss-nesting": {}
}
}
}