-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.01 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.01 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",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"co": "sui-mono commit",
"cypress": "cypress open",
"dev": "vite",
"lint": "standard",
"phoenix": "rm -rf ./node_modules && npm install",
"postinstall": "git config core.hooksPath ./git-hooks",
"serve": "vite preview",
"test:e2e": "npx cypress run"
},
"devDependencies": {
"@s-ui/mono": "2",
"postcss-nesting": "8.0.1",
"standard": "16.0.4",
"vite": "2.6.7",
"cypress": "8.6.0"
},
"dependencies": {
"css-format-monaco": "2.0.4",
"emmet-monaco-es": "4.7.4",
"escape-html": "1.0.3",
"hotkeys-js": "3.8.7",
"js-base64": "3.7.2",
"jszip": "3.7.1",
"lit": "2.0.2",
"mitt": "3.0.0",
"monaco-editor": "0.29.1",
"split-grid": "1.0.11",
"zustand": "3.5.13"
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
},
"postcss": {
"plugins": {
"postcss-nesting": {}
}
}
}