-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.43 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
{
"name": "@openneuro/app",
"version": "5.0.1",
"description": "React JS web frontend for the OpenNeuro platform.",
"license": "MIT",
"main": "public/client.js",
"type": "module",
"repository": {
"type": "git",
"url": "git@github.com:OpenNeuroOrg/openneuro.git"
},
"scripts": {
"start": "vite",
"build": "vite build --outDir dist"
},
"author": "Squishymedia",
"dependencies": {
"@apollo/client": "3.13.8",
"@artsy/fresnel": "^1.3.1",
"@bids/validator": "npm:@jsr/bids__validator@^2.3.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@niivue/niivue": "0.57.0",
"@openneuro/components": "^4.33.4",
"@sentry/react": "^10.37.0",
"@tanstack/react-table": "^8.9.3",
"buffer": "^6.0.3",
"bytes": "^3.0.0",
"comlink": "^4.0.5",
"date-fns": "^2.16.1",
"dompurify": "^3.0.8",
"draft-js": "^0.11.7",
"email-validator": "^2.0.4",
"graphql": "16.8.1",
"jwt-decode": "^2.2.0",
"pluralize": "8.0.0",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-cookie": "4.0.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^18.2.0",
"react-helmet": "6.1.0",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "6.3.0",
"react-toastify": "6.0.9",
"react-usestateref": "^1.0.8",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"semver": "^5.5.0",
"subscriptions-transport-ws": "0.11.0",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.9.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3",
"@types/jsdom": "^16",
"@types/node": "20.12.7",
"@types/react": "^17.0.8",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "5.3.3",
"@types/testing-library__jest-dom": "5.14.5",
"core-js": "3.25.1",
"esbuild-plugin-globals": "^0.1.1",
"history": "5.3.0",
"jsdom": "24.0.0",
"object.fromentries": "^2.0.0",
"sass": "^1.93.2",
"stream-browserify": "^3.0.0",
"typescript": "5.6.3",
"vite": "^7.1.7",
"vite-plugin-node-polyfills": "0.17.0",
"vitest": "3.2.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "15f9911c5c97d2c1acc93e55d1ba5dd89facb20d"
}