-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.92 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
56
57
58
59
60
61
62
63
64
65
{
"name": "withease",
"version": "0.0.0",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"test": "nx run-many --target=test --all",
"test:watch": "nx run-many --target=test_watch --all --args=\"--\"",
"test:types": "nx run-many --target=typetest --all",
"test:e2e": "nx run-many --target=e2e --all",
"lint": "nx run-many --target=lint --all",
"lint:format": "nx format:check --all",
"lint:workspace": "nx workspace-lint",
"lint:changes": "changeset status",
"build": "nx run-many --target=build --all",
"format": "nx format:write",
"size": "nx run-many --target=size --all",
"changes": "changeset"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-typescript": "~7.18.6",
"@changesets/cli": "^2.24.1",
"@farfetched/core": "^0.8.13",
"@mands/nx-playwright": "^0.4.0",
"@nrwl/rollup": "16.5.x",
"@nx/devkit": "16.5.x",
"@nx/eslint-plugin": "16.5.x",
"@nx/js": "16.5.x",
"@nx/linter": "16.5.x",
"@nx/vite": "16.5.x",
"@nx/workspace": "16.5.x",
"@playwright/test": "^1.32.2",
"@size-limit/file": "^7.0.8",
"@types/node": "18.7.14",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/ui": "0.34.4",
"bytes-iec": "^3.1.1",
"effector": "23.0.0",
"effector-vue": "23.0.0",
"eslint": "8.46.0",
"glob": "^8.0.3",
"i18next": "23.0.0",
"nx": "16.5.x",
"playwright": "^1.32.2",
"prettier": "^2.6.2",
"rollup": "^3.4.0",
"rollup-plugin-dts": "^5.0.0",
"runtypes": "^6.7.0",
"semver-parser": "^4.0.1",
"size-limit": "^7.0.8",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.1",
"vitepress": "1.0.0-rc.20",
"vitest": "0.34.4",
"vue": "3.3.4",
"@nx/web": "16.5.x"
},
"dependencies": {
"@algolia/client-search": "^4.14.3",
"sandpack-vue3": "^3.1.7"
}
}