-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 5.08 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "resi",
"private": true,
"version": "0.6.2",
"type": "module",
"description": "React App for processing resistograph files",
"keywords": [
"react",
"app"
],
"author": "Alexandr Mineev <mineew.al@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mineew/resi.git"
},
"homepage": "https://mineew.github.io/resi/",
"scripts": {
"dev": "vite",
"build": "run-s lint:ts build:vite",
"build:vite": "vite build",
"build:pwa-icons": "pwa-assets-generator",
"preview": "run-s build preview:vite",
"preview:vite": "vite preview",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build -o dist/storybook",
"storybook:serve": "http-server dist/storybook",
"storybook:preview": "run-s storybook:build storybook:serve",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:codegen": "playwright codegen http://localhost:5173/resi/app",
"test:e2e:install": "playwright install --with-deps",
"lint": "run-s lint:ts lint:eslint lint:css",
"lint:ts": "tsc",
"lint:eslint": "eslint . --cache",
"lint:eslint:fix": "eslint . --cache --fix",
"lint:css": "stylelint \"**/*.css\" --cache",
"lint:css:fix": "stylelint \"**/*.css\" --cache --fix",
"format": "prettier --write \"**/*.(t|j)s?(x)\"",
"format:check": "prettier --check \"**/*.(t|j)s?(x)\"",
"fix": "run-s lint:eslint:fix lint:css:fix format",
"check:all": "run-s format:check lint test:run test:e2e build storybook:build",
"clear": "rimraf dist dev-dist coverage playwright-report test-results",
"clear:lint:cache": "rimraf .eslintcache .stylelintcache",
"clear:app:cache": "rimraf node_modules/.cache node_modules/.vite",
"clear:cache": "run-s clear:lint:cache clear:app:cache",
"clear:all": "run-s clear clear:cache",
"release": "run-s \"release:version -- {1}\" release:push --",
"release:version": "npm version",
"release:push": "git push --follow-tags",
"copy:redirect": "cp redirect.html dist/index.html",
"deps:update": "ncu -ui"
},
"dependencies": {
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-alert-dialog": "1.1.5",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-dropdown-menu": "2.1.5",
"@radix-ui/react-popover": "1.1.5",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-tooltip": "1.1.7",
"@radix-ui/react-visually-hidden": "1.1.1",
"classnames": "2.5.1",
"html-to-image": "1.11.11",
"i18next": "24.2.2",
"i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "1.2.1",
"katex": "0.16.21",
"lucide-react": "0.474.0",
"react": "18.3.1",
"react-colorful": "5.6.1",
"react-dom": "18.3.1",
"react-hook-form": "7.54.2",
"react-i18next": "15.4.0",
"react-imask": "7.6.1",
"recharts": "2.15.1",
"regression": "2.0.1",
"simple-statistics": "7.8.7",
"use-debounce": "10.0.4",
"use-local-storage": "3.0.0",
"zustand": "5.0.3"
},
"devDependencies": {
"@eslint/compat": "1.2.5",
"@eslint/js": "9.19.0",
"@playwright/test": "1.49.1",
"@storybook/addon-essentials": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@storybook/test": "8.4.7",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/eslint__js": "8.42.3",
"@types/katex": "0.16.7",
"@types/node": "22.10.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/regression": "2.0.6",
"@vite-pwa/assets-generator": "0.2.6",
"@vitejs/plugin-legacy": "5.4.3",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"autoprefixer": "10.4.20",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-perfectionist": "4.7.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.18",
"eslint-plugin-storybook": "0.11.2",
"eslint-plugin-testing-library": "7.1.1",
"globals": "15.14.0",
"http-server": "14.1.1",
"jsdom": "25.0.1",
"npm-check-updates": "17.1.13",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"storybook": "8.4.7",
"stylelint": "16.14.1",
"stylelint-config-recess-order": "6.0.0",
"stylelint-config-standard": "37.0.0",
"stylelint-prettier": "5.0.3",
"terser": "5.37.0",
"typescript": "5.7.2",
"typescript-eslint": "8.19.1",
"vite": "5.4.11",
"vite-plugin-pwa": "0.21.1",
"vitest": "2.1.8"
}
}