-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.92 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.92 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
88
89
90
91
92
{
"name": "response-area-type-sandbox",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"build:watch": "vite build --watch",
"format": "prettier --check \"**/*.{js,ts,tsx}\"",
"format:fix": "prettier --write \"**/*.{js,ts,tsx}\"",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit",
"ci": "run-p format lint typecheck",
"fix": "run-s format:fix lint:fix",
"preview": "vite preview",
"dev": "run-p build:watch preview"
},
"dependencies": {
"@date-io/date-fns": "^2.13.2",
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.100",
"@mui/material": "^5.15.20",
"@mui/material-nextjs": "^5.15.11",
"@mui/system": "^5.15.20",
"@mui/x-data-grid": "^7.7.0",
"@mui/x-data-grid-generator": "^7.7.0",
"@mui/x-date-pickers": "^7.7.0",
"@nivo/bar": "^0.88.0",
"@nivo/boxplot": "^0.88.0",
"@nivo/core": "^0.88.0",
"@nivo/line": "^0.88.0",
"@nivo/pie": "^0.88.0",
"axios": "^1.7.2",
"date-fns": "^2.28.0",
"firebase": "^11.0.1",
"framer-motion": "^11.2.10",
"graphql": "^15.6.0",
"graphql-request": "^4.3.0",
"graphql-tag": "^2.12.6",
"katex": "^0.16.2",
"markdown-to-jsx": "^7.1.7",
"monaco-editor": "^0.50.0",
"next": "^14.2.4",
"notistack": "^2.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.31.2",
"react-image-crop": "^11.0.10",
"react-katex": "^3.0.1",
"react-query": "^3.39.0",
"react-wordcloud": "^1.2.7",
"tldraw": "^3.13.1",
"tss-react": "^3.7.0",
"uuid": "^13.0.0",
"zod": "^3.14.4"
},
"devDependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/js": "^9.3.0",
"@next/eslint-plugin-next": "^14.2.3",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.14.178",
"@types/path-browserify": "^1.0.0",
"@types/react": "^18.3.1",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.3.1",
"@types/react-image-crop": "^8.1.3",
"@types/react-input-autosize": "^2.2.1",
"@types/react-mathjax": "^1.0.1",
"@types/shuffle-seed": "^1.1.0",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^16.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"vite": "^7.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}