-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "spendinglens",
"version": "0.0.1",
"description": "SpendingLens is a cross-platform finance tracking application, offering a register, multi-account support, and much more.",
"scripts": {
"build": "webpack --progress --profile --bail --mode development",
"start": "electron ./dist/main.js"
},
"author": "Jamie Nordmeyer (jamie@staticsphere.com)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"electron": "2.0.2",
"eslint": "^4.19.1",
"eslint-config-defaults": "^9.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-react": "^7.9.1",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.2.3",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.2"
},
"dependencies": {
"history": "^4.7.2",
"material-ui": "^0.20.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-router-redux": "^4.0.8",
"redux": "^4.0.0"
},
"engines": {
"node": ">=8.0.0"
}
}