-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.11 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": "react-analytics",
"private": true,
"version": "0.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"dev": "vite",
"build": "pnpm nx run-many -t=type-check,build --verbose",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"lint-fix": "eslint --fix apps/analyticsApp --ext .ts,.tsx --max-warnings=0",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tslib": "^2.7.0",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"@chromatic-com/storybook": "^1.9.0",
"@nx/devkit": "19.7.3",
"@nx/eslint": "19.7.3",
"@nx/eslint-plugin": "19.7.3",
"@nx/jest": "19.7.3",
"@nx/js": "19.7.3",
"@nx/next": "19.7.3",
"@nx/playwright": "19.7.3",
"@nx/react": "19.7.3",
"@nx/storybook": "^19.7.3",
"@nx/vite": "19.7.3",
"@nx/web": "19.7.3",
"@playwright/test": "^1.47.1",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-onboarding": "^8.3.1",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/react-vite": "^8.3.1",
"@storybook/test": "^8.3.1",
"@swc-node/register": "~1.9.2",
"@swc/cli": "~0.3.14",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.13",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.13",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^1.6.0",
"babel-jest": "^29.7.0",
"eslint": "~8.57.1",
"eslint-config-love": "^47.0.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~22.1.0",
"nx": "19.7.3",
"prettier": "^2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.26.2",
"storybook": "^8.3.1",
"storybook-addon-remix-react-router": "^3.0.0",
"ts-jest": "^29.2.5",
"ts-node": "10.9.1",
"typescript": "^5.6.2",
"vite": "^5.2.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "~3.8.3",
"vite-plugin-stylex": "^0.8.3",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.6.0"
}
}