-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "electron-redux-boilerplate",
"main": "./src/js-dist/main.js",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp develop"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-electron": "^0.37.8",
"babel-preset-es2015-node": "^6.1.0",
"babel-preset-es2016": "^6.11.3",
"devtron": "^1.3.0",
"electron": "^1.3.3",
"electron-connect": "^0.4.4",
"electron-devtools-installer": "^2.0.1",
"eslint": "^3.3.0",
"eslint-plugin-react": "^6.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-git": "^1.11.0",
"gulp-google-webfonts": "0.0.13",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0"
}
}