-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.24 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
{
"name": "jetsetter",
"version": "1.0.0",
"description": "An application for keeping track of the things you need to pack.",
"main": "app/main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron"
],
"author": "Steve Kinney",
"license": "MIT",
"dependencies": {
"electron": "1.7.11",
"electron-prebuilt-compile": "1.7.11",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0"
},
"devDependencies": {
"babel-eslint": "8.2.1",
"babel-plugin-dynamic-import-node": "1.2.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-system-import-transformer": "3.1.0",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-es2015-classes": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"eslint": "4.17.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-react": "^7.6.1",
"node-abi": "2.2.0",
"react-hot-loader": "3.1.3"
}
}