-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.52 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": "gpx-attributes2description",
"productName": "GPX Attributes2Description",
"homepage": "https://github.com/dalen/gpx-attributes2description",
"bugs": {
"url": "https://github.com/dalen/gpx-attributes2description/issues"
},
"version": "1.1.0",
"description": "Add attributes to short description.",
"main": "bootstrap.js",
"scripts": {
"start": "electron .",
"lint": "eslint app",
"flow": "flow",
"pack": "build --dir",
"dist": "build"
},
"author": {
"name": "Erik Dalén",
"email": "erik.gustav.dalen@gmail.com"
},
"license": "MIT",
"dependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"bootstrap": "^3.3.7",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.2.0",
"react-file-drop": "^0.1.8",
"xml2js": "^0.4.17"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"electron": "^1.4.12",
"electron-builder": "^19.49.2",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.61.0",
"webpack": "^3.10.0"
},
"build": {
"mac": {
"category": "public.app-category.utilities"
}
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}