-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
121 lines (121 loc) · 4.35 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
{
"name": "rucio-webui",
"version": "36.0.0",
"private": true,
"scripts": {
"clean": "rimraf .next .swc",
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --testPathPattern test/component test/api test/gateway test/sdk --projects test/api/jest.api.config.js test/component/jest.component.config.js test/gateway/jest.gateway.config.js test/sdk/jest.sdk.config.js test/hook/jest.hook.config.js",
"prettier:check": "prettier --check 'src/**/*.{ts,tsx}' 'test/**/*.{ts,tsx}'",
"prettier:write": "prettier --write 'src/**/*.{ts,tsx}' 'test/**/*.{ts,tsx}'",
"test:api": "jest --testPathPattern=test/api --projects test/api/jest.api.config.js",
"test:component": "jest --testPathPattern=test/component --projects test/component/jest.component.config.js",
"test:gateway": "jest --testPathPattern=test/gateway --projects test/gateway/jest.gateway.config.js",
"test:sdk": "jest --testPathPattern=test/sdk --projects test/sdk/jest.sdk.config.js",
"test:hook": "jest --testPathPattern=test/hook --projects test/hook/jest.hook.config.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-tailwind": "tailwindcss -i src/component-library/tailwind.css -o src/component-library/outputtailwind.css"
},
"dependencies": {
"@builder.io/partytown": "^0.7.6",
"@next/font": "13.1.6",
"@preact/signals": "^1.2.2",
"@primer/css": "^20.8.2",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@sinclair/typebox": "^0.28.14",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"@tanstack/react-table": "^8.8.4",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.27",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "18.0.10",
"@types/react-modal": "^3.16.0",
"ag-grid-community": "^32.1.0",
"ag-grid-react": "^32.1.0",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"bulma-steps": "^2.2.1",
"bulma-switch": "^2.0.4",
"can-ndjson-stream": "^1.0.2",
"chart.js": "^4.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"comlink": "^4.4.1",
"date-format": "^4.0.14",
"flowbite-datepicker": "^1.2.2",
"inversify": "^6.0.1",
"iron-session": "^6.3.1",
"ndjson": "^2.0.0",
"next": "^13.5.6",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-modal": "^3.16.1",
"recharts": "^2.13.0-alpha.5",
"reflect-metadata": "^0.1.13",
"swr": "^2.0.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.2.7",
"typescript": "4.9.5",
"util": "^0.12.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@faker-js/faker": "^8.0.1",
"@inrupt/jest-jsdom-polyfills": "^1.5.5",
"@storybook/addon-actions": "^7.6.4",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/nextjs": "^7.6.4",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/react-highlight": "^0.12.5",
"babel-loader": "^8.3.0",
"css-loader": "^6.7.3",
"dedent-js": "^1.0.1",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"eslint-plugin-storybook": "^0.6.15",
"graphql": "^16.9.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-fetch-mock": "^3.0.3",
"msw": "^2.4.1",
"msw-storybook-addon": "^2.0.3",
"node-mocks-http": "^1.12.2",
"prettier": "^2.8.4",
"react-datepicker": "^4.10.0",
"react-highlight": "^0.15.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"storybook": "^7.6.4",
"storybook-dark-mode": "^4.0.2",
"style-loader": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.1",
"web-streams-polyfill": "^4.0.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}