-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "lmas2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"serve": "^14.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@material-ui/core": "^4.12.4",
"@material-ui/data-grid": "^4.0.0-alpha.15",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@types/mui-datatables": "^3.7.9",
"@types/react-dom": "^17.0.0",
"@types/react-plotly.js": "^2.2.4",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"css-to-mui-loader": "^2.0.2",
"file-loader": "^6.2.0",
"jss": "^10.9.2",
"jss-loader": "^1.0.0",
"mui-datatables": "^3.8.2",
"plotly.js": "^1.57.1",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-markdown": "^5.0.3",
"react-plotly.js": "^2.5.0",
"remark-gfm": "^1.0.0",
"remark-loader": "^5.0.0",
"remark-react": "^8.0.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.4.0",
"webpack-cli": "^4.5.0",
"y18n": "^4.0.1"
}
}