-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
130 lines (130 loc) · 4.21 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
{
"name": "react-redux-boilerplate",
"version": "1.4.26",
"packageManager": "[email protected]",
"author": "Marco Turi <[email protected]>",
"description": "A production ready, batteries included starter template for Vite + React projects",
"license": "MIT",
"scripts": {
"create:env": "node -r fs -e \"fs.copyFileSync('.env.example', '.env', fs.constants.COPYFILE_EXCL)\"",
"dev": "vite",
"start": "vite",
"preview": "vite preview",
"build": "tsc -b && vite build",
"e2e": "TS_NODE_PROJECT=./e2e/tsconfig.e2e.json SERVER_URL=http://localhost:5173 cucumber-js --retry 5 --parallel 5",
"e2e:local": "TS_NODE_PROJECT=./e2e/tsconfig.e2e.json SERVER_URL=http://localhost:5173 cucumber-js",
"e2e:debug": "TS_NODE_PROJECT=./e2e/tsconfig.e2e.json SERVER_URL=http://localhost:5173 cucumber-js --tags '@only' --fail-fast",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"format": "prettier --write .",
"lint": "eslint . --fix",
"type:check": "tsc --noEmit",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"semantic-release": "semantic-release",
"outdated": "yarn upgrade-interactive"
},
"engines": {
"node": ">=22.0.0",
"yarn": ">=4.0.0"
},
"lint-staged": {
"*.{ts, tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
]
},
"dependencies": {
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-navigation-menu": "1.2.4",
"@radix-ui/react-select": "2.1.5",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/themes": "3.2.0",
"@reduxjs/toolkit": "2.5.1",
"@sentry/react": "8.51.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.474.0",
"ramda": "0.30.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "4.1.2",
"react-redux": "9.2.0",
"react-router": "7.1.3",
"react-router-dom": "7.1.3",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@cucumber/cucumber": "11.2.0",
"@cucumber/html-formatter": "21.8.0",
"@cucumber/messages": "27.0.2",
"@cucumber/pretty-formatter": "1.0.1",
"@eslint/compat": "1.2.5",
"@eslint/js": "9.19.0",
"@mswjs/data": "0.16.2",
"@playwright/test": "1.50.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@trivago/prettier-plugin-sort-imports": "5.2.1",
"@types/node": "22.10.10",
"@types/ramda": "0.30.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@typescript-eslint/utils": "8.21.0",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/eslint-plugin": "1.1.25",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"cucumber-console-formatter": "1.0.0",
"cucumber-html-reporter": "7.2.0",
"eslint": "9.19.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.18",
"eslint-plugin-unicorn": "56.0.1",
"fs-extra": "11.3.0",
"globals": "15.14.0",
"husky": "9.1.7",
"jsdom": "25.0.1",
"lint-staged": "15.4.3",
"msw": "2.7.0",
"pinst": "3.0.0",
"postcss": "8.5.1",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.11",
"semantic-release": "24.2.1",
"tailwindcss": "3.4.17",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"vite": "6.0.11",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
},
"msw": {
"workerDirectory": [
"public"
]
}
}