-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "ElectronApp",
"version": "1.0.0",
"main": "app/main.js",
"scripts": {
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"electron": "^1.3.4",
"electron-packager": "^12.0.2",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"gulp": "^3.8.8",
"gulp-browserify": "^0.5.1",
"gulp-concat-css": "^2.3.0",
"gulp-react": "^3.1.0",
"gulp-run": "^1.7.1",
"gulp-terser": "^1.1.7",
"gulp-uglify": "^3.0.1",
"pump": "^3.0.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"reactify": "^1.1.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"cleave.js": "^1.4.9",
"d3": "^5.9.1",
"electron-reload": "^1.0.2",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"fullname": "^3.3.0",
"jquery": "^3.4.0",
"lodash": "^4.13.1",
"merge-stream": "^1.0.1",
"mysql": "^2.16.0",
"popper.js": "^1.14.7",
"prop-types": "^15.6.2",
"react": "^15.1.0",
"react-bootstrap-table": "^4.3.1",
"react-day-picker": "^7.2.4",
"react-dom": "^15.1.0",
"react-images": "^0.5.19",
"react-photo-gallery": "^6.3.2",
"recharts": "^1.5.0"
}
}