-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.95 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.95 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "euphony",
"private": false,
"version": "0.1.44",
"type": "module",
"types": "./lib/euphony.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/euphony.d.ts",
"default": "./lib/euphony.js"
}
}
},
"files": [
"lib",
"README.md",
"LICENSE",
"NOTICE"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build",
"build:github": "tsc && VITE_EUPHONY_FRONTEND_ONLY=true vite build --mode github",
"build:library": "tsc && vite build --mode library",
"deploy:github": "pnpm run build:github && pnpm gh-pages -m \"Deploy $(git log '--format=format:%H' main -1)\" -d ./dist",
"deploy": "pnpm run deploy:github",
"preview": "vite preview"
},
"devDependencies": {
"@datastructures-js/priority-queue": "^6.3.5",
"@floating-ui/dom": "^1.7.6",
"@shoelace-style/shoelace": "^2.20.1",
"@types/d3-format": "^3.0.4",
"@types/jmespath": "^0.15.2",
"@types/prismjs": "1.26.6",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@xiaohk/utils": "^0.1.0",
"async-mutex": "^0.5.0",
"d3-format": "^3.1.2",
"dompurify": "^3.4.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-lit": "^2.2.1",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-wc": "^3.1.0",
"gh-pages": "^6.3.0",
"globals": "^16.5.0",
"globby": "^14.1.0",
"jmespath": "^0.16.0",
"lit": "^3.3.2",
"marked": "^15.0.12",
"prettier": "^3.8.3",
"prismjs": "^1.30.0",
"terser": "5.46.1",
"typescript": "^5.9.3",
"typescript-eslint": "8.58.2",
"vite": "^7.3.2",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-web-components-hmr": "^0.1.3",
"gpt-tokenizer": "^3.4.0"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}