-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
77 lines (77 loc) · 2.29 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
{
"name": "data-formulator",
"type": "module",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.6.0",
"@reduxjs/toolkit": "^1.8.6",
"@types/dompurify": "^3.0.5",
"@types/validator": "^13.12.2",
"ag-grid-community": "^32.0.2",
"ag-grid-enterprise": "^32.0.2",
"ag-grid-react": "^32.0.2",
"d3": "^7.3.0",
"dompurify": "^3.1.7",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.4.0",
"mui-markdown": "^1.1.13",
"prettier": "^2.8.3",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-animate-height": "^3.0.4",
"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": "^18.2.0",
"react-redux": "^8.0.4",
"react-router-dom": "^6.22.0",
"react-selectable-fast": "^3.4.0",
"react-simple-code-editor": "^0.13.1",
"react-split-pane": "^0.1.92",
"react-vega": "^7.6.0",
"react-virtuoso": "^4.3.10",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"typescript": "^4.9.5",
"validator": "^13.12.0",
"vega": "^5.23.0",
"vega-embed": "^6.21.0",
"vega-lite": "^5.5.0",
"vm-browserify": "^1.1.2"
},
"scripts": {
"start": "vite",
"build": "vite build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.10",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"sass": "^1.77.6",
"vite": "^5.3.6"
}
}