-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.77 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
{
"name": "amazon-budget",
"version": "1.1.0",
"description": "Create a reports",
"main": "src/main.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register",
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --history-api-fallback",
"build": "webpack",
"build-desktop": "webpack --config ./webpack.desktop.config.js"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"chart.js": "^2.8.0",
"cross-fetch": "^3.0.4",
"immutable": "^4.0.0-rc.12",
"node-html-parser": "^1.1.16",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.5",
"react-redux": "^6.0.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-shadow": "^17.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.86.0",
"uuid-js": "^0.7.5"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.0",
"@babel/runtime": "^7.4.3",
"babel-loader": "^8.0.5",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.1",
"express": "^4.17.1",
"json-loader": "^0.5.7",
"rectify": "^0.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-preprocessor-loader": "^1.1.0"
}
}