-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.64 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.64 KB
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
{
"name": "dipal-admin-panel",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --fix --ignore-path .eslintignore --ignore-pattern \"!**/.*\" .",
"preview": "vite preview",
"test": "vitest --root ./src",
"coverage": "vitest --root ./src run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"jackspeak": "2.1.1"
},
"dependencies": {
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@mui/x-data-grid": "^6.10.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"fp-ts": "^2.16.1",
"i18next": "^23.4.3",
"i18next-browser-languagedetector": "^7.1.0",
"observable-hooks": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.0.3",
"react-router-dom": "^6.14.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"storybook-addon-react-router-v6": "^2.0.3",
"styled-components": "^6.0.7",
"tsyringe": "^4.8.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.1",
"@storybook/react": "^7.2.1",
"@storybook/react-vite": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-v8": "^0.34.1",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.13",
"jackspeak": "^2.1.1",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"storybook": "^7.2.1",
"storybook-addon-designs": "^6.3.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vitest": "^0.34.1"
}
}