forked from revisit-studies/study
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.86 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.86 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "revisit",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"buildDocs": "typedoc",
"serve": "vite --host=0.0.0.0 --port=8080",
"build": "tsc && vite build",
"lint": "eslint src",
"generate-schema:StudyConfig": "ts-json-schema-generator --path src/parser/types.ts --out src/parser/StudyConfigSchema.json --type StudyConfig --no-type-check",
"generate-schema:GlobalConfig": "ts-json-schema-generator --path src/parser/types.ts --out src/parser/GlobalConfigSchema.json --type GlobalConfig --no-type-check",
"generate-schema:LibraryConfig": "ts-json-schema-generator --path src/parser/types.ts --out src/parser/LibraryConfigSchema.json --type LibraryConfig --no-type-check",
"generate-schemas": "yarn generate-schema:StudyConfig && yarn generate-schema:GlobalConfig && yarn generate-schema:LibraryConfig",
"test": "playwright test",
"unittest": "vitest",
"preinstall": "node -e \"if(!/yarn\\.js$/.test(process.env.npm_execpath))throw new Error('Use yarn')\"",
"postinstall": "husky"
},
"lint-staged": {
"*.{tsx,jsx,ts,js}": "yarn lint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mantine/core": "^7.10.1",
"@mantine/dates": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/modals": "^7.10.1",
"@mantine/notifications": "^7.12.0",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@mui/system": "^7.0.0",
"@mui/x-data-grid": "^8.0.0",
"@quentinroy/latin-square": "^1.1.1",
"@reduxjs/toolkit": "^2.9.0",
"@supabase/supabase-js": "^2.57.4",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-virtual": "^3.13.13",
"@trrack/core": "^1.3.0",
"@trrack/vis-react": "^1.3.0",
"@types/crypto-js": "^4.2.2",
"@types/hjson": "^2.4.6",
"@types/node": "^24.5.2",
"@visdesignlab/upset2-react": "^1.0.2",
"ajv": "^8.17.1",
"arquero": "^5.4.0",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
"dayjs": "^1.11.18",
"diff": "^8.0.2",
"eslint-config-airbnb": "^19.0.4",
"firebase": "^11.2.0",
"hjson": "^3.2.2",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"mantine-react-table": "^2.0.0-beta.9",
"plyr-react": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"react-router": "^7.12.0",
"react-vega": "^7.6.0",
"recoil": "^0.5.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"ts-json-schema-generator": "^2.4.0",
"typedoc": "^0.28.13",
"typedoc-plugin-markdown": "^4.9.0",
"use-deep-compare-effect": "^1.8.1",
"uuid": "^11.0.5",
"vega": "^6.2.0",
"vega-lite": "^5.23.0",
"vite": "^7.1.6",
"wavesurfer-react": "^3.0.4",
"wavesurfer.js": "^7.10.1",
"yaml": "^2.8.1"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.36.0",
"@playwright/test": "^1.55.0",
"@types/d3": "^7.4.0",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint": "^9.36.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"typescript": "^5.9.2",
"vitest": "^3.2.4",
"vitest-localstorage-mock": "^0.1.2"
}
}