-
-
Notifications
You must be signed in to change notification settings - Fork 269
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.8 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.8 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "operationcode",
"license": "MIT",
"version": "2.0.15",
"scripts": {
"build": "next build",
"build:analyze": "cross-env ANALYZE=true next build",
"chromatic": "chromatic --exit-zero-on-changes skip",
"dev": "next -p 3000",
"format": "prettier --write \"**/*\"",
"format:md": "prettier --write \"**/*.md\"",
"lint": "pnpm lint:scripts && pnpm format:md",
"lint:ci": "pnpm eslint \"**/*.{js,jsx,ts,tsx}\"",
"lint:scripts": "eslint --fix \"**/*.{js,jsx,ts,tsx}\"",
"postbuild": "next-sitemap",
"prepare": "husky",
"start": "next start -p 3000",
"storybook": "storybook dev -p 9001 -c .storybook",
"storybook:build": "storybook build -c .storybook -o .storybook-dist",
"test:e2e": "export LOCAL_PLAYWRIGHT=true && playwright test --headed",
"test:e2e:debug": "pnpm test:e2e --debug",
"test:e2e:dev": "export LOCAL_PLAYWRIGHT=true && playwright test --ui",
"test:e2e:headless": "playwright test",
"test:e2e:update-snaps": "playwright test --update-snapshots",
"test": "vitest --run",
"test:ci": "pnpm test --coverage --silent",
"test:changes": "pnpm test --changed main",
"test:changes:watch": "pnpm test:changes --watch",
"test:update-snaps": "pnpm test -u",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"vitest": "cross-env vitest --config ./vitest.config.mts"
},
"dependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-tabs": "1.1.13",
"@sentry/nextjs": "^7.77.0",
"@storybook/blocks": "^7.4.1",
"@types/airtable": "^0.10.5",
"airtable": "^0.12.2",
"axios": "^1.12.2",
"cva": "^1.0.0-beta.4",
"fast-xml-parser": "^3.21.1",
"fingerprintjs2": "^2.1.4",
"fontfaceobserver": "^2.3.0",
"formik": "^2.4.6",
"intersection-observer": "^0.12.2",
"lodash": "^4.17.21",
"logrocket": "^10.1.0",
"logrocket-react": "^6.0.3",
"next": "^12.3.1",
"next-cookies": "^2.0.3",
"next-sitemap": "^4.2.3",
"object-hash": "^3.0.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-player": "^2.16.0",
"react-select": "^4.0.2",
"tailwind-merge": "^3.3.1",
"yup": "^1.7.1"
},
"devDependencies": {
"@operation_code/eslint-plugin-custom-rules": "^1.0.1",
"@playwright/test": "^1.56.1",
"@storybook/addon-actions": "^7.4.1",
"@storybook/addon-essentials": "^7.4.1",
"@storybook/addon-links": "^7.4.1",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addons": "^7.4.1",
"@storybook/nextjs": "^7.4.1",
"@storybook/react": "^7.4.1",
"@storybook/theming": "^7.4.1",
"@svgr/webpack": "^6.3.1",
"@tailwindcss/postcss": "^4.1.17",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^12.1.5",
"@types/fingerprintjs2": "2",
"@types/fontfaceobserver": "^2.1.3",
"@types/lodash": "^4.17.20",
"@types/logrocket-react": "^3.0.3",
"@types/node": "^24.9.1",
"@types/object-hash": "^3.0.0",
"@types/prop-types": "^15.7.15",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-select": "^4.0.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-v8": "^3.1.2",
"@vitest/ui": "^3.1.2",
"axios-mock-adapter": "^2.1.0",
"chromatic": "^6.8.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"dotenv": "^17.2.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-playwright": "^2.2.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vitest-globals": "^1.5.0",
"express": "^4.18.1",
"faker": "^5.5.3",
"file-loader": "^6.2.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^26.1.0",
"lint-staged": "13.0.3",
"next-router-mock": "^0.9.13",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"process": "0.11.10",
"react-is": "^18.2.0",
"react-test-renderer": "^18.2.0",
"require-context.macro": "^1.2.2",
"start-server-and-test": "^1.14.0",
"storybook": "^7.4.1",
"style-loader": "^3.3.1",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"url-loader": "^4.1.1",
"vite-plugin-magical-svg": "^1.8.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.2",
"webpack": "^5.102.1"
},
"packageManager": "pnpm@10.20.0",
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}