-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.67 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.67 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
{
"name": "neurosift",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "./devel/generate_build_info.sh && vite",
"build": "./devel/generate_build_info.sh && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx}\""
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fi-sci/misc": "^0.0.10",
"@fi-sci/splitter": "^0.0.3",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@types/plotly.js": "^2.35.2",
"@types/react-syntax-highlighter": "^15.5.13",
"mathjs": "^14.2.1",
"nifti-reader-js": "^0.7.0",
"numcodecs": "^0.3.1",
"pako": "^2.1.0",
"plotly.js-dist-min": "^3.0.0",
"pubnub": "^9.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.15.1",
"react-markdown": "^9.0.3",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^7.1.4",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-plotly.js": "^2.6.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"prettier": "^3.3.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
}
}