forked from OpenNeuroOrg/openneuro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.08 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
{
"name": "@openneuro/app",
"version": "4.2.4",
"description": "React JS web frontend for the OpenNeuro platform.",
"license": "MIT",
"main": "public/client.js",
"repository": {
"type": "git",
"url": "[email protected]:OpenNeuroOrg/openneuro.git"
},
"scripts": {
"start": "node --enable-source-maps ./dist/ssr.js",
"build": "yarn vite build --outDir dist/client && yarn vite build --outDir dist/server --ssr server.jsx && cp src/assets/papaya.js src/dist/client/assets"
},
"author": "Squishymedia",
"dependencies": {
"@apollo/client": "3.4.17",
"@artsy/fresnel": "^1.3.1",
"@elastic/apm-rum": "5.9.1",
"@emotion/react": "11.6.0",
"@emotion/styled": "11.6.0",
"@openneuro/client": "^4.2.4",
"@openneuro/components": "^4.2.4",
"babel-runtime": "^6.26.0",
"bids-validator": "1.8.8",
"bytes": "^3.0.0",
"comlink": "^4.0.5",
"core-js": "^3.3.2",
"cross-fetch": "^3.1.4",
"date-fns": "^2.16.1",
"draft-js": "^0.11.7",
"email-validator": "^2.0.4",
"enzyme-to-json": "^3.3.5",
"express": "^4.17.1",
"graphql": "14.7.0",
"jwt-decode": "^2.2.0",
"markdown-to-jsx": "^7.1.2",
"os-browserify": "^0.3.0",
"pluralize": "8.0.0",
"prop-types": "^15.6.0",
"react": "^17.0.1",
"react-cookie": "4.0.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^17.0.1",
"react-helmet": "6.1.0",
"react-multi-carousel": "^2.6.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-spring": "^8.0.27",
"react-toastify": "6.0.9",
"react-usestateref": "^1.0.5",
"react-virtualized": "remorses/react-virtualized-fixed-import.git#9.22.3",
"resize-observer-polyfill": "^1.5.1",
"semver": "^5.5.0",
"subscriptions-transport-ws": "^0.9.9",
"universal-cookie": "^4.0.4",
"universal-cookie-express": "^4.0.3",
"url-search-params-polyfill": "^2.0.1",
"xmldoc": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.7.4",
"@babel/runtime": "^7.6.3",
"@babel/runtime-corejs3": "^7.13.10",
"@jest/globals": "^26.6.2",
"@loadable/babel-plugin": "^5.10.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@types/jest": "^26.0.22",
"@types/jsdom": "^16",
"@types/node": "^14.14.37",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "5.1.8",
"@types/testing-library__jest-dom": "^5.14.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"enzyme": "3.9.0",
"esbuild-plugin-globals": "^0.1.1",
"jest": "^26.6.3",
"jest-fetch-mock": "^1.4.1",
"jsdom": "^16.5.3",
"object.fromentries": "^2.0.0",
"rollup-plugin-polyfill-node": "^0.6.2",
"sass": "^1.32.8",
"stream-browserify": "^3.0.0",
"typescript": "4.0.6",
"vite": "2.3.1"
},
"jest": {
"setupFilesAfterEnv": [
"./jestsetup.ts"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js",
"^.+\\.(scss)$": "babel-jest",
"openneuro-content": "<rootDir>/__mocks__/contentMock.js",
"@openneuro/components/(.+)": "<rootDir>../openneuro-components/src/$1",
"@openneuro/(.+)": "<rootDir>../openneuro-$1/src"
},
"transformIgnorePatterns": [
"/node_modules/(?!bids-validator).+\\.js$"
],
"testPathIgnorePatterns": [
"dist"
]
},
"publishConfig": {
"access": "public"
},
"gitHead": "dbbc1c2c6a8ffbf82ce814bce981ccf9fde116fb"
}