forked from microsoft/data-formulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.16 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
{
"name": "data-formulator",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"lint": "eslint -c eslint.config.js src/**/*.{ts,tsx} --fix",
"start": "vite"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource/roboto": "5.2.6",
"@mui/icons-material": "7.2.0",
"@mui/material": "7.2.0",
"@reduxjs/toolkit": "2.8.2",
"@types/dompurify": "3.2.0",
"@types/validator": "13.15.2",
"ag-grid-community": "34.0.2",
"ag-grid-enterprise": "34.0.2",
"ag-grid-react": "34.0.2",
"d3": "7.9.0",
"dompurify": "3.2.6",
"localforage": "1.10.0",
"lodash": "4.17.21",
"markdown-to-jsx": "7.7.12",
"mui-markdown": "2.0.2",
"prettier": "3.6.2",
"prism-react-renderer": "2.4.1",
"prismjs": "1.30.0",
"react": "19.1.0",
"react-animate-height": "3.2.3",
"react-animate-on-change": "2.2.0",
"react-diff-viewer": "3.1.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "19.1.0",
"react-redux": "9.2.0",
"react-router-dom": "7.7.1",
"react-selectable-fast": "3.4.0",
"react-simple-code-editor": "0.14.1",
"react-split-pane": "0.1.92",
"react-vega": "7.7.1",
"react-virtuoso": "4.13.0",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"typescript": "5.8.3",
"validator": "13.15.15",
"vega": "6.1.2",
"vega-embed": "7.0.2",
"vega-lite": "6.2.0",
"vm-browserify": "1.1.2",
"xlsx": "0.18.5"
},
"devDependencies": {
"@eslint/js": "9.32.0",
"@types/d3": "7.4.3",
"@types/lodash": "4.17.20",
"@types/node": "24.1.0",
"@types/prismjs": "1.26.5",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@vitejs/plugin-react-swc": "3.11.0",
"eslint": "9.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"globals": "16.3.0",
"sass": "1.89.2",
"typescript-eslint": "8.38.0",
"vite": "7.0.6"
}
}