-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 964 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 964 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
38
{
"name": "Sapling",
"version": "1.0.0",
"description": "沉浸式语言学习 Chrome 插件 - 在日常浏览中自然习得语言",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"dev:edge": "wxt -b edge",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:edge": "wxt build -b edge",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"zip:edge": "wxt zip -b edge",
"postinstall": "wxt prepare",
"mock": "node test/mock-server.js",
"test:e2e": "playwright test"
},
"keywords": [
"chrome-extension",
"language-learning",
"immersive-learning",
"vocabulary"
],
"author": "",
"license": "MIT",
"dependencies": {
"@toon-format/toon": "^2.1.0",
"segmentit": "^2.0.3"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@types/chrome": "^0.1.32",
"esbuild": "^0.24.0",
"vite": "^5.4.11",
"wxt": "^0.20.13"
}
}