forked from igorkamyshev/farfetched
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.43 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "farfetched",
"version": "0.0.0",
"license": "MIT",
"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",
"lint": "nx run-many --target=lint --all",
"lint:format": "nx format:check",
"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": {
"@algolia/client-search": "^4.14.2",
"@babel/core": "^7.18.6",
"@babel/preset-typescript": "~7.18.6",
"@changesets/cli": "^2.24.1",
"@nrwl/cli": "15.6.3",
"@nrwl/devkit": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/js": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/vite": "15.6.3",
"@nrwl/web": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@size-limit/file": "^7.0.8",
"@testing-library/jest-dom": "^5.16.5",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@vitejs/plugin-react": "3",
"@vitest/ui": "^0.25.8",
"bytes-iec": "^3.1.1",
"effector": "^22.5.0",
"eslint": "~8.15.0",
"fp-ts": "^2.13.1",
"glob": "^8.0.3",
"io-ts": "^2.2.20",
"jsdom": "~20.0.3",
"markdown": "^0.5.0",
"node-html-markdown": "^1.2.0",
"nx": "15.6.3",
"prettier": "^2.6.2",
"rollup": "^3.4.0",
"rollup-plugin-dts": "^5.0.0",
"semver-parser": "^4.0.1",
"size-limit": "^7.0.8",
"solid-testing-library": "^0.3.0",
"superstruct": "^1.0.3",
"typescript": "4.8.4",
"vite": "^4.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "2.5",
"vite-tsconfig-paths": "^4.0.2",
"vitepress": "1.0.0-alpha.33",
"vitepress-plugin-mermaid": "^2.0.8",
"vitest": "^0.26.2",
"vue": "^3.2.37"
},
"dependencies": {
"atomic-router": "0.6",
"atomic-router-solid": "0.5",
"effector-react": "^22.3.0",
"effector-solid": "0.22.7",
"forest": "^0.21.2",
"history": "^5.3.0",
"mermaid": "9.1.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.4.2",
"runtypes": "^6.5.1",
"solid-js": "1.4.8"
}
}