-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1018 Bytes
/
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
{
"name": "chinese-wordle",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix",
"test": "vitest",
"process-idioms": "data/process_idioms.sh"
},
"dependencies": {
"js-base64": "^3.7.2",
"lodash.samplesize": "^4.2.0",
"pinia": "^2.0.14",
"vue": "^3.2.37"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify/vue": "^3.2.1",
"@types/lodash.samplesize": "^4.2.7",
"@types/node": "^18.0.3",
"@vitejs/plugin-vue": "^2.3.3",
"c8": "^7.11.3",
"eslint": "^8.19.0",
"typescript": "^4.7.4",
"vite": "^2.9.14",
"vite-plugin-pwa": "^0.12.2",
"vite-plugin-windicss": "^1.8.6",
"vitest": "^0.17.1",
"vue-tsc": "^0.38.3",
"windicss": "^3.5.6",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-window": "^6.5.3"
}
}