-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.42 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
{
"name": "get-p-frontend",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Principes-Artis-Mechanicae/get-p-frontend.git",
"author": "toothlessdev <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": [
"get-p-client",
"get-p-admin",
"get-p-design",
"get-p-utils"
],
"scripts": {
"client": "yarn workspace get-p-client",
"admin": "yarn workspace get-p-admin",
"design": "yarn workspace get-p-design",
"utils": "yarn workspace get-p-utils",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"getp": "yarn workspace get-p-utils start",
"build:client": "yarn workspace get-p-design build && yarn workspace get-p-client build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@lhci/cli": "^0.14.0",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.49.2",
"@types/jest": "^29.5.12",
"axios": "^1.7.4",
"commander": "^12.1.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"dayjs": "^1.11.13",
"express": "^4.21.0",
"framer-motion": "^11.0.25",
"inquirer": "^12.0.1",
"jest": "^29.7.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.453.0",
"ora": "^8.1.1",
"principes-getp": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-redux": "^9.1.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.22.3",
"react-toastify": "^10.0.5",
"recharts": "^2.13.0",
"redux-persist": "^6.0.0",
"sirv": "^2.0.4",
"swiper": "^11.1.3",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"@chromatic-com/storybook": "^2.0.2",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/addon-onboarding": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/test": "^8.3.5",
"@tanstack/eslint-plugin-query": "^5.50.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.28",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"chromatic": "^11.3.0",
"cypress": "^13.14.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-storybook": "^0.9.0",
"jest-environment-jsdom": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"msw": "^2.3.1",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "^14.2.3",
"start-server-and-test": "^2.0.5",
"storybook": "^8.3.5",
"typescript": "^5.0.2",
"vite": "^4.5.5"
}
}