-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.59 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": "withease",
"version": "0.0.0",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm run -r build",
"format:check": "pnpm prettier {packages,apps}/**/*.{ts,tsx,md,vue} --check --no-error-on-unmatched-pattern",
"format:apply": "pnpm prettier {packages,apps}/**/*.{ts,tsx,md,vue} --write --no-error-on-unmatched-pattern"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@babel/parser": "^7.25.0",
"@changesets/cli": "^2.24.1",
"@farfetched/core": "^0.8.13",
"@farfetched/runtypes": "^0.12.4",
"@farfetched/superstruct": "^0.12.4",
"@playwright/test": "^1.32.2",
"@reduxjs/toolkit": "^2.0.1",
"@size-limit/file": "^7.0.8",
"@types/node": "^20.12.7",
"comment-parser": "^1.4.1",
"effector": "23.0.0",
"effector-vue": "23.0.0",
"estree-walker": "^3.0.3",
"glob": "^8.0.3",
"i18next": "23.0.0",
"markdown": "^0.5.0",
"playwright": "^1.32.2",
"prettier": "^2.6.2",
"publint": "^0.2.7",
"redux": "^5.0.0",
"redux-saga": "^1.2.3",
"runtypes": "^6.7.0",
"size-limit": "^7.0.8",
"superstruct": "^2.0.2",
"typescript": "5.1.6",
"vite": "5",
"vite-plugin-dts": "^3.8.3",
"vite-tsconfig-paths": "4.2.1",
"vitepress": "1.3.1",
"vitepress-plugin-rss": "^0.2.9",
"vitest": "2.0.4"
},
"dependencies": {
"chart.js": "^4.4.3",
"vue": "3.4.35",
"vue-chartjs": "^5.3.1",
"@algolia/client-search": "^4.14.3",
"bytes": "^3.1.2",
"lodash-es": "^4.17.21",
"pretty-bytes": "^6.1.1",
"sandpack-vue3": "^3.1.7"
}
}