-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.45 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
{
"name": "skeleton-ui-react",
"description": "Welcome to the LEANSTACKS React starter project. This project provides a template to kickstart React single-page applications utilizing a curated Technology Stack for optimal testability, maintainability, and operability.",
"keywords": [
"react"
],
"author": "LeanStacks",
"license": "MIT",
"version": "2.4.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/leanstacks/skeleton-ui-react.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest --coverage --coverage.all=false",
"test:ci": "vitest run --coverage --silent"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.19.9",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@leanstacks/react-common": "1.1.0",
"@react-spring/web": "9.7.5",
"@tanstack/react-query": "5.59.19",
"@tanstack/react-query-devtools": "5.59.19",
"@tanstack/react-table": "8.20.5",
"axios": "1.7.7",
"classnames": "2.5.1",
"dayjs": "1.11.13",
"formik": "2.4.6",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"lodash": "4.17.21",
"qs": "6.13.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.1.0",
"react-router-dom": "6.27.0",
"tailwindcss": "3.4.14",
"uuid": "11.0.2",
"yup": "1.4.0"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/eslint__js": "8.42.3",
"@types/lodash": "4.17.13",
"@types/qs": "6.9.16",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/uuid": "10.0.0",
"@vitejs/plugin-react": "4.3.3",
"@vitest/coverage-v8": "2.1.4",
"autoprefixer": "10.4.20",
"eslint": "9.14.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "15.12.0",
"jsdom": "25.0.1",
"msw": "2.6.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"vite": "5.4.10",
"vitest": "2.1.4"
}
}