-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
149 lines (149 loc) · 5.29 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
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
145
146
147
148
149
{
"name": "data-vis",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "cross-env FORCE_COLOR=1 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"analyze": "cross-env ANALYZE=true yarn build",
"storybook": "cross-env FORCE_COLOR=1 storybook dev -p 6006",
"test-storybook": "cross-env FORCE_COLOR=1 test-storybook",
"build-storybook": "cross-env FORCE_COLOR=1 storybook build",
"test": "cross-env FORCE_COLOR=1 jest --passWithNoTests",
"e2e:headless": "playwright test",
"e2e:ui": "playwright test --ui",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"xinstall": "rm -rf node_modules && yarn install --frozen-lockfile",
"postinstall": "prisma generate && npx patch-package -y",
"preinstall": "npx only-allow yarn && rm -rf node_modules",
"coupling-graph": "npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg",
"prepare": "husky install"
},
"dependencies": {
"@next/bundle-analyzer": "^13.3.0",
"@prisma/client": "5.6.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-select": "1.2.2",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.0",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@vercel/otel": "^0.3.0",
"@vercel/speed-insights": "^1.0.1",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.5.0",
"@visx/text": "^3.3.0",
"@visx/wordcloud": "^3.3.0",
"class-variance-authority": "^0.7.0",
"d3": "^7.8.5",
"d3-cloud": "^1.2.7",
"dayjs": "^1.11.10",
"fast-csv": "^4.3.6",
"file-saver": "^2.0.5",
"franc-min": "^6.1.0",
"json2csv": "^6.0.0-alpha.2",
"lodash": "^4.17.21",
"nanoid": "^5.0.4",
"natural": "^6.9.2",
"next": "^13.3.0",
"next-compose-plugins": "^2.2.1",
"node-nlp": "^4.27.0",
"normalize-text": "^2.4.1",
"papaparse": "^5.4.1",
"prisma": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-rnd": "^10.4.1",
"react-tailwindcss-datepicker": "^1.6.6",
"sql.js": "^1.8.0",
"stopword": "^2.0.8",
"tailwind-merge": "^1.10.0",
"zod": "^3.21.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@jest/globals": "^29.5.0",
"@opentelemetry/api": "^1.4.1",
"@playwright/test": "^1.32.3",
"@storybook/addon-essentials": "^7.0.5",
"@storybook/addon-interactions": "^7.0.5",
"@storybook/addon-links": "^7.0.5",
"@storybook/blocks": "^7.0.5",
"@storybook/nextjs": "^7.0.5",
"@storybook/react": "^7.0.5",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.5.0",
"@types/d3": "^7.4.3",
"@types/d3-cloud": "^1.2.8",
"@types/file-saver": "^2.0.7",
"@types/json2csv": "^5.0.7",
"@types/node": "^18.0.0",
"@types/papaparse": "^5.3.10",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/sql.js": "^1.4.8",
"@types/stopword": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.54.1",
"all-contributors-cli": "^6.24.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-tailwindcss": "^3.12.1",
"fetch-mock": "^9.11.0",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.21",
"postinstall-postinstall": "^2.1.0",
"prettier": "latest",
"prettier-plugin-tailwindcss": "^0.4.0",
"semantic-release": "^21.0.1",
"storybook": "^7.0.5",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.1.0",
"tsc": "^2.0.4",
"typescript": "5.2.2",
"vitest": "^0.34.0"
},
"engines": {
"node": ">=18.15.0"
},
"packageManager": "[email protected]",
"peerDependencies": {}
}