-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "chengyu-wordle",
"description": "Wordle, for Chinese idioms - 成语 (chéngyǔ)",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"data": "node ./scripts/gen-data.mjs",
"test": "vitest",
"e2e-test": "npx playwright test",
"e2e-test-watch": "npx playwright-watch test"
},
"dependencies": {
"@fontsource/nunito": "~4.5.4",
"@vitejs/plugin-legacy": "~1.7.1",
"canvas-confetti": "~1.5.1",
"copee": "~1.0.6",
"core-js": "~3.21.1",
"howler": "~2.2.3",
"html-to-image": "~1.9.0",
"i18next": "~21.6.13",
"i18next-browser-languagedetector": "~6.1.3",
"pinyin-pro": "~3.8.1",
"preact": "~10.6.6",
"rc-switch": "~3.2.2",
"react-hot-toast": "~2.2.0",
"react-i18next": "~11.15.5",
"unfetch": "~4.2.0"
},
"devDependencies": {
"@originjs/vite-plugin-content": "~1.0.1",
"@playwright/test": "~1.19.2",
"@preact/preset-vite": "~2.1.7",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"autoprefixer": "~10.4.2",
"csv-stringify": "~6.0.5",
"postcss-calc": "~8.2.4",
"postcss-custom-properties": "~12.1.4",
"postcss-dark-theme-class": "~0.7.3",
"shorthash2": "~1.0.3",
"vite": "~2.8.6",
"vitest": "~0.5.9"
},
"browserslist": [
"defaults",
"samsung >= 9",
"android >= 4",
"chrome >= 30"
]
}