-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.05 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
{
"name": "marshmallowsocks-finance",
"version": "0.0.0",
"description": "A personal finance tracker that doesn't track you.",
"main": "main_process.js",
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"bundle": "webpack --mode development",
"serve": "electron .",
"start": "npm-run-all --parallel bundle serve"
},
"author": "Srivathsan Jayaraman",
"repository": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-mobx": "^1.0.2",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.10",
"electron": "^1.8.2",
"electron-reload": "^1.2.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.10",
"npm-run-all": "^4.1.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
},
"dependencies": {
"@opuscapita/react-perfect-scrollbar": "^3.0.3",
"bootstrap": "4.1",
"chart.js": "2.7.1",
"dexie": "^2.0.3",
"history": "4.7.2",
"indexeddb-export-import": "^1.0.3",
"jquery": "3.3.1",
"mobx": "^4.3.0",
"mobx-react": "^5.1.2",
"moment": "^2.22.1",
"node-sass": "4.6.1",
"node-sass-chokidar": "0.0.3",
"npm": "^6.0.1",
"npm-run-all": "4.1.1",
"perfect-scrollbar": "1.3.0",
"plaid": "^2.4.1",
"react": "^16.3.0",
"react-big-calendar": "^0.19.1",
"react-bootstrap-typeahead": "^3.1.3",
"react-chartjs-2": "2.7.0",
"react-dom": "^16.3.0",
"react-file-reader": "^1.1.4",
"react-load-script": "0.0.6",
"react-notification-alert": "0.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "1.0.17",
"react-spinners": "^0.3.2",
"react-table": "^6.8.6",
"reactstrap": "^6.0.1"
}
}