-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
{
"name": "pyfund",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./pyfund/frontend/src/index.js --output ./pyfund/frontend/static/frontend/main.js",
"build": "webpack --mode production ./pyfund/frontend/src/index.js --output ./pyfund/frontend/static/frontend/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PyFund/pyfund.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PyFund/pyfund/issues"
},
"homepage": "https://github.com/PyFund/pyfund#readme",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.6.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"autoprefixer": "^9.8.4",
"axios": "^0.19.2",
"bootstrap": "^5.0.0-alpha1",
"bootstrap-icons": "^1.0.0-alpha5",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.0.0",
"material-table": "^1.65.0",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-data-table-component": "^6.9.7",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1"
}
}