This repository was archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.5 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.5 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
{
"name": "taghub-frontend",
"version": "0.1.0",
"private": false,
"license": "GPL-3.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006 --no-open",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --exit-zero-on-changes"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.0",
"@radix-ui/react-collapsible": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@reduxjs/toolkit": "^1.8.3",
"@visx/axis": "^2.11.1",
"@visx/event": "^2.6.0",
"@visx/gradient": "^2.10.0",
"@visx/grid": "^2.11.1",
"@visx/group": "^2.10.0",
"@visx/legend": "^2.10.0",
"@visx/mock-data": "^2.1.2",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.11.1",
"@visx/text": "^2.10.0",
"@visx/tooltip": "^2.10.0",
"@visx/wordcloud": "^2.10.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.4",
"next": "12.2.3",
"papaparse": "^5.3.2",
"react": "18.2.0",
"react-data-grid": "^7.0.0-beta.14",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@stitches/react": "^1.2.8",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@types/d3-array": "^3.0.3",
"@types/d3-time-format": "^4.0.0",
"@types/node": "18.0.6",
"@types/papaparse": "^5.3.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"chromatic": "^6.7.1",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.3",
"mem": "^9.0.2",
"msw": "^0.44.2",
"postcss": "^8.4.14",
"storybook-addon-next": "^1.6.7",
"tailwindcss": "^3.1.6",
"terser": "^5.14.2",
"typescript": "4.7.4"
},
"prettier": {
"trailingComma": "es5",
"semi": true,
"singleQuote": true
},
"readme": "ERROR: No README data found!",
"_id": "taghub-frontend@0.1.0",
"msw": {
"workerDirectory": "public"
}
}