-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.01 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
{
"name": "moneycat",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.dev.js --watch --history-api-fallback",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nchls/moneycat.git"
},
"author": "Ian Nicholas",
"license": "ISC",
"bugs": {
"url": "https://github.com/nchls/moneycat/issues"
},
"homepage": "https://github.com/nchls/moneycat#readme",
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-transform-react-display-name": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-react-jsx-self": "^7.2.0",
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/types": "^7.3.3",
"@nivo/bar": "^0.49.1",
"ajv-errors": "^1.0.1",
"ajv-keywords": "^3.4.0",
"babel-loader": "^8.0.5",
"bulma": "^0.7.4",
"chroma-js": "^1.4.1",
"css-loader": "^1.0.1",
"date-fns": "^1.30.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"formik": "^1.5.1",
"js-tokens": "^4.0.0",
"loader-utils": "^1.2.3",
"mime-db": "^1.38.0",
"moment": "^2.24.0",
"neo-async": "^2.6.0",
"nivo-bar": "git://github.com/ebenpack/nivo-bar.git",
"node-sass": "^4.11.0",
"react": "^16.8.2",
"react-dates": "^19.0.3",
"react-dom": "^16.8.2",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-sortable-hoc": "^1.6.1",
"redux": "^4.0.1",
"redux-logic": "^2.1.1",
"sass-loader": "^7.1.0",
"semver": "^5.6.0",
"source-list-map": "^2.0.1",
"string_decoder": "^1.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-sources": "^1.3.0"
}
}