-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
{
"name": "MyAlgorithm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:chrome": "webpack --config webpack.chrome.config.js",
"watch:chrome": "webpack -w --config webpack.chrome.config.js",
"build:firefox": "webpack --config webpack.firefox.config.js",
"watch:firefox": "webpack -w --config webpack.firefox.config.js"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.8.7",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chart.js": "^3.8.0",
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.1.0",
"uuid": "^8.3.2",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"author": "",
"license": "ISC"
}