-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 863 Bytes
/
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
{
"name": "text-logger",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"repository": "git@github.com:ovekyc/textlogger.git",
"scripts": {
"start": "electron .",
"lint": "./node_modules/.bin/eslint app/**/*.js",
"test": "npm run lint"
},
"pre-commit": [
"test"
],
"dependencies": {
"autobind-decorator": "^1.3.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"electron": "^1.4.3",
"menubar": "^5.2.0",
"react": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-dom": "^15.4.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"pre-commit": "^1.2.2"
}
}