-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.12 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": "model",
"version": "0.0.1",
"author": "zerobias",
"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 --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": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"effector": "^23.2.2",
"effector-react": "^23.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "~7.24.7",
"@changesets/cli": "^2.27.7",
"@nrwl/cli": "15.9.3",
"@nrwl/devkit": "19.5.7",
"@nrwl/eslint-plugin-nx": "19.5.7",
"@nrwl/js": "19.5.7",
"@nrwl/linter": "19.5.7",
"@nrwl/rollup": "^19.5.7",
"@nrwl/vite": "19.5.7",
"@nrwl/web": "19.5.7",
"@nrwl/workspace": "19.5.7",
"@size-limit/file": "^11.1.4",
"@types/eslint": "^9.6.0",
"@types/jest": "^29.5.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^2.0.5",
"bytes-iec": "^3.1.1",
"dotenv": "^16.0.1",
"effector": "^23.2.2",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-space": "^0.35.0",
"eslint-config-xo-typescript": "^6.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"micromatch": "^4.0.5",
"nx": "19.5.7",
"postcss-normalize": "^10.0.1",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup-plugin-dts": "^6.1.1",
"semver-parser": "^4.1.6",
"shx": "^0.3.4",
"size-limit": "^11.1.4",
"stylelint": "^16.8.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-xo-scss": "^1.0.1",
"stylelint-config-xo-space": "^1.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.5.0",
"typescript": "^5.5.4",
"typescript-coverage-report": "^1.0.0",
"vite": "^5.4.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
"keywords": [],
"packageManager": "[email protected]+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
}