-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "love-word",
"version": "0.0.9",
"description": "Love because of words, a translation extension for chrome browser",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
"res:dev": "rescript build -w",
"build": "node ./scripts/build.mjs",
"prod": "npm run res:build && npm run build",
"dev": "conc \"npm run res:dev\" \"npm run build -- --dev\"",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"keywords": [
"chrome extension",
"rescript",
"vite",
"vitest",
"daisyui",
"react",
"IndexedDB"
],
"author": "heng1025",
"license": "MIT",
"devDependencies": {
"@rescript/core": "^0.6.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/coverage-v8": "^1.2.0",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"daisyui": "^4.6.0",
"happy-dom": "^13.1.4",
"postcss": "^8.4.33",
"rescript": "11.0.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vitest": "1.2.0"
},
"dependencies": {
"@rescript/react": "0.12.0",
"franc-min": "^6.2.0",
"idb": "^8.0.0",
"md5": "^2.3.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"engines": {
"node": ">=18.x",
"pnpm": ">=8.x"
}
}