-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "wc-studio",
"version": "0.0.12",
"type": "module",
"description": "Design with web components. Assemble your pallette, paint your thoughts in the browser",
"bin": {
"wc-studio": "bin/cli.js"
},
"scripts": {
"lint": "eslint --fix"
},
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/language": "^6.10.0",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-virtual": "^3.0.2",
"@uiw/codemirror-themes": "^4.21.21",
"@web/dev-server": "^0.4.1",
"cm6-theme-nord": "^0.2.0",
"codemirror": "^6.0.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"current-git-branch": "^1.1.0",
"find-up": "^7.0.0",
"lit": "^3.1.0",
"read-pkg-up": "^11.0.0",
"vite-plugin-static-copy": "^1.0.0"
},
"devDependencies": {
"@app-config/vite": "^2.8.5",
"@types/lz-string": "^1.5.0",
"@web/rollup-plugin-import-meta-assets": "^2.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-lit": "^1.11.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}