-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.18 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
{
"name": "@piplup/monorepo",
"version": "2.7.0",
"license": "MIT",
"homepage": "https://www.piplupjs.com/",
"scripts": {
"preinstall": "npx only-allow pnpm && pnpm run clean",
"clean": "rimraf --glob ./packages/*/dist ./apps/storybook-host/storybook-static ./build-storybook.log **/vite.config.*.timestamp*",
"lint": "nx run-many --target=lint --all",
"build": "nx run-many --target=build --all",
"build:packages": "nx run-many -t build -p tag:scope:packages",
"build:storybook": "nx build-storybook storybook-host",
"start:storybook": "nx storybook storybook-host",
"reset": "nx reset",
"prepare": "node ./scripts/prepare.mjs"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "~8.57.0",
"@mui/icons-material": "^6.0.0",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.0.0",
"@mui/x-date-pickers": "^7.19.0",
"@nx/devkit": "20.0.8",
"@nx/eslint": "20.0.8",
"@nx/eslint-plugin": "20.0.8",
"@nx/js": "20.0.8",
"@nx/react": "20.0.8",
"@nx/storybook": "20.0.8",
"@nx/vite": "20.0.8",
"@nx/web": "20.0.8",
"@storybook/addon-actions": "^8.3.1",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/core-server": "^8.3.1",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^8.3.1",
"@storybook/react-vite": "^8.3.1",
"@storybook/test-runner": "^0.19.1",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.5.0",
"@swc/core": "1.7.42",
"@swc/helpers": "0.5.13",
"@types/node": "22.8.6",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^1.3.1",
"chromatic": "^11.10.2",
"core-js": "^3.39.0",
"dayjs": "^1.11.13",
"eslint": "9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.6",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.10",
"mui-chips-input": "^4.0.1",
"mui-color-input": "^5.0.1",
"mui-file-input": "^6.0.0",
"mui-one-time-password-input": "^3.0.1",
"mui-tel-input": "^7.0.0",
"nx": "20.0.8",
"prettier": "^3.3.3",
"react": "^18.2.1",
"react-dom": "^18.2.1",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.53.0",
"react-number-format": "^5.4.2",
"rimraf": "^6.0.1",
"storybook": "^8.3.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.0.0",
"vite": "~5.0.0",
"vite-plugin-dts": "~4.3.0",
"vitest": "^1.3.1",
"yargs": "^17.7.2"
}
}