-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.4 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.4 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
82
83
84
85
86
{
"name": "mapcomponents",
"version": "0.0.8",
"license": "MIT",
"private": true,
"scripts": {
"prettier:check": "prettier --check .",
"migrate-changelog": "ts-node ./scripts/migrate_changelog.ts"
},
"dependencies": {
"@babel/plugin-transform-typescript": "^7.28.0",
"@cypress/react": "^9.0.1",
"@eslint/eslintrc": "^3.3.1",
"@storybook/addon-docs": "^9.1.20",
"@storybook/addons": "^7.6.17",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-styled-components": "^2.1.4",
"globals": "^16.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.27.1",
"@cypress/webpack-dev-server": "^4.1.1",
"@eslint/js": "^9.34.0",
"@nrwl/vite": "^19.8.4",
"@nx/cypress": "^21.5.1",
"@nx/eslint": "21.2.2",
"@nx/eslint-plugin": "21.2.2",
"@nx/js": "21.3.10",
"@nx/react": "21.2.2",
"@nx/storybook": "21.2.2",
"@nx/vite": "21.3.10",
"@nx/web": "21.3.10",
"@nx/workspace": "^21.4.1",
"@storybook/addon-docs": "^9.1.20",
"@storybook/addon-links": "^9.1.20",
"@storybook/addons": "^7.6.17",
"@storybook/react": "^9.1.20",
"@storybook/react-vite": "9.1.20",
"@storybook/testing-react": "^2.0.1",
"@swc-node/register": "~1.10.10",
"@swc/cli": "~0.7.8",
"@swc/core": "~1.12.14",
"@swc/helpers": "~0.5.17",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/ui": "^3.2.4",
"ajv": "^8.17.1",
"cypress": "^14.5.4",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^5.1.1",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "^9.1.4",
"html-webpack-plugin": "^5.6.4",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"nx": "21.3.10",
"prettier": "^3.6.2",
"storybook": "9.1.20",
"syncpack": "^13.0.4",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.4",
"vite-plugin-dts": "~4.5.4",
"vitest": "^3.2.4"
},
"workspaces": [
"apps/**",
"packages/**"
]
}