-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.9 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
96
97
98
99
{
"browserslist": [
"fully supports es6-module-dynamic-import"
],
"engines": {
"node": "18.x"
},
"scripts": {
"build": "webpack",
"build-prod": "webpack --mode=production",
"watch": "webpack watch"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@pyodide/webpack-plugin": "^1.3.2",
"@types/jquery": "^3.5.30",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
"@types/webpack-assets-manifest": "^5.1.4",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"ace-builds": "^1.33.2",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"babel-loader": "^9.1.3",
"classnames": "^2.5.1",
"comlink-loader": "^2.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.11.0",
"eslint": "^8.57.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"immer": "^10.1.1",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.7.1",
"jquery.terminal": "^2.41.2",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss-loader": "^7.3.4",
"postcss-simple-vars": "^7.0.1",
"react": "^18.3.1",
"react-ace": "^11.0.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"sass": "^1.77.1",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"swr": "^2.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"use-immer": "^0.9.0",
"webpack": "^5.91.0",
"webpack-assets-manifest": "^5.2.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-bundle-tracker": "^2.0.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2",
"webpack-virtual-modules": "^0.6.1"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@shopify/react-hooks": "^3.1.1",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"ace-builds": "^1.33.2",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"comlink": "^4.4.1",
"flexlayout-react": "^0.7.15",
"immer": "^10.1.1",
"jquery": "^3.7.1",
"jquery.terminal": "^2.41.2",
"pyodide": "^0.25.1",
"react": "^18.2.0",
"react-ace": "^11.0.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-router-typesafe-routes": "^1.2.2",
"react-use-comlink": "^2.0.1",
"sass-rem": "^4.0.0",
"swr": "^2.2.5",
"use-immer": "^0.9.0"
}
}