-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 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
{
"name": "react-declarative-playground",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/parser": "7.24.5",
"@babel/plugin-transform-modules-umd": "7.24.1",
"@babel/standalone": "7.24.5",
"@babel/traverse": "7.24.5",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@monaco-editor/react": "4.6.0",
"@mui/icons-material": "5.15.2",
"@mui/lab": "5.0.0-alpha.139",
"@mui/material": "5.11.0",
"@mui/system": "5.11.0",
"@mui/x-date-pickers": "6.3.1",
"@sentry/react": "7.57.0",
"@types/babel__standalone": "7.1.7",
"brain.js": "2.0.0-beta.23",
"clsx": "1.2.1",
"dayjs": "1.11.5",
"history": "5.3.0",
"lightweight-charts": "3.3.0",
"lodash": "4.17.21",
"mobx": "6.6.2",
"mobx-react": "7.5.3",
"monaco-jsx-highlighter": "2.77.77",
"monaco-jsx-syntax-highlight": "1.2.0",
"path-to-regexp": "6.2.0",
"prettier": "3.3.3",
"react": "18.2.0",
"react-declarative": "2.7.86",
"react-dom": "18.2.0",
"react-split": "2.0.14",
"react-split-it": "2.0.0",
"resize-observer-polyfill": "1.5.1",
"tss-react": "4.3.4",
"uuid": "9.0.0",
"xlsx": "0.18.5"
},
"scripts": {
"start": "cross-env CC_NODE_ENV=development vite --host 0.0.0.0 --port 3000",
"cleanup": "npx -y rimraf ./node_modules/.vite",
"build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
"tscheck": "tsc --noEmit",
"preview": "vite preview --host 0.0.0.0 --port 3000"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/node": "22.5.4",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/uuid": "8.3.4",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react-swc": "3.7.0",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"terser": "5.19.4",
"ts-loader": "9.4.2",
"typescript": "5.0.2",
"vite": "5.4.3",
"million": "3.1.11",
"vite-plugin-environment": "1.1.3",
"vite-plugin-full-reload": "1.2.0",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-top-level-await": "1.4.4"
}
}