-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (94 loc) · 2.84 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "js-code-view",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run devserve\" \"npm run task\"",
"task": "npx cross-env NODE_ENV=development node runTask.js",
"devserve": "npx cross-env NODE_ENV=development node server.js",
"build": "next build && node upload.js",
"start": "pm2 start pm2.config.json",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/generator": "^7.22.10",
"@babel/parser": "^7.22.7",
"@babel/traverse": "^7.22.8",
"@babel/types": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fingerprintjs/fingerprintjs": "^4.0.1",
"@material-ui/core": "^4.12.4",
"@monaco-editor/react": "^4.5.1",
"@mui/icons-material": "^5.14.8",
"@mui/lab": "latest",
"@mui/material": "^5.14.8",
"@popperjs/core": "^2.11.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@viz-js/viz": "^3.1.0",
"@yelo/rollup-node-external": "^1.0.1",
"ahooks": "^3.7.8",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"autoprefixer": "10.4.14",
"bootstrap-icons": "^1.10.5",
"common-es": "^1.0.1",
"d3": "4.2.2",
"d3-graphviz": "^5.1.0",
"fast-equals": "^5.0.1",
"graphviz-react": "^1.2.5",
"hotkeys-js": "^3.12.0",
"immer": "^10.0.2",
"jsdom": "^22.1.0",
"langchain": "^0.1.6",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.41.0",
"next": "13.4.12",
"notistack": "^3.0.1",
"pm2": "^5.3.1",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-folder-tree": "^5.1.1",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-no-ssr": "^1.1.0",
"react-popper": "^2.3.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.2",
"rollup": "^3.26.3",
"tailwindcss": "3.3.3",
"tern": "^0.24.3",
"use-immer": "^0.9.0",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.10",
"@babel/preset-env": "^7.22.15",
"@rollup/plugin-typescript": "^11.1.3",
"@types/react": "18.2.20",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"envfile": "^6.18.0",
"hjson": "^3.2.2",
"ioredis": "^5.3.2",
"log4js": "^6.9.1",
"minimatch": "^9.0.3",
"mongodb": "^6.0.0",
"next-connect": "^1.0.0-next.4",
"next-http-proxy-middleware": "^1.2.5",
"node-ssh": "^13.1.0",
"rimraf": "^5.0.1",
"simple-git": "^3.19.1",
"typescript": "^5.2.2"
},
"devDependencies": {
}
}