-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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
{
"name": "de.codearcs.docker-compose-editor",
"productName": "Docker Compose Editor",
"version": "0.1.0-alpha.1",
"main": "main.js",
"author": "info@codearcs.de",
"scripts": {
"start": "electron .",
"test": "mocha --recursive",
"serve": "gulp serve",
"release:win": "electron-packager ./dist --platform=win32"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"chai": "*",
"electron": "^1.3.6",
"electron-connect": "^0.6.0",
"electron-packager": "^8.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-react": "^3.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.2.3",
"mocha": "*",
"run-sequence": "^1.2.2",
"xtend": "^4.0.1"
},
"dependencies": {
"ipc": "0.0.1",
"jquery": "^3.1.1",
"lodash": "^4.15.0",
"node-zip": "^1.1.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.5",
"react-select": "^1.0.0-rc.1",
"redux": "^3.6.0",
"typeahead.js": "^0.11.1",
"yamljs": "^0.2.8"
}
}