This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
93 lines (93 loc) · 3 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
83
84
85
86
87
88
89
90
91
92
93
{
"name": "keyval",
"version": "0.1.0",
"author": "zerobias",
"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",
"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"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"effector": "^22.3.0",
"effector-react": "^22.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@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",
"@types/eslint": "^7.28.0",
"@types/jest": "^26.0.24",
"@types/micromatch": "^4.0.2",
"@types/node": "^14",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/stylelint": "^13.13.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/ui": "^0.25.8",
"bytes-iec": "^3.1.1",
"dotenv": "^16.0.1",
"effector": "^22.5.0",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-space": "^0.33.0",
"eslint-config-xo-typescript": "^0.52.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unicorn": "^43.0.2",
"micromatch": "^4.0.5",
"nx": "15.6.3",
"postcss-normalize": "^10.0.1",
"prettier": "^2.7.1",
"rollup": "^3.4.0",
"rollup-plugin-dts": "^5.0.0",
"semver-parser": "^4.0.1",
"shx": "^0.3.4",
"size-limit": "^7.0.8",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-config-xo-scss": "^0.15.0",
"stylelint-config-xo-space": "^0.16.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.8.4",
"typescript-coverage-report": "^0.6.4",
"vite": "^4.0.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.26.2"
},
"keywords": []
}