-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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": "billiance",
"version": "0.1.0",
"private": true,
"mode": "development",
"main": "electron-starter.js",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"electron": "^4.0.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"react-scripts": "2.1.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"yarn-run-all": "^3.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
"@fortawesome/free-solid-svg-icons": "^5.7.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"electron-reload": "^1.4.0",
"informed": "^1.10.12",
"moment": "^2.24.0",
"pouchdb": "^7.0.0",
"pouchdb-find": "^7.0.0",
"react": "^16.7.0",
"react-confirm-alert": "^2.1.0",
"react-datepicker": "^2.1.0",
"react-dom": "^16.7.0",
"react-loadable": "^5.5.0",
"react-loading": "^2.0.3",
"react-notify-toast": "^0.5.0",
"react-tabs": "^3.0.0"
},
"scripts": {
"start": "npm-run-all --parallel build electron",
"build": "webpack --mode production",
"electron": "electron ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}