-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.69 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
59
60
61
62
63
{
"name": "git-falcon9",
"version": "1.0.16",
"description": "Falcon9 Rocket launches and lands in Hyper terminal when pushing and pulling with Git",
"main": "dist/index.js",
"files": [
"dist/index.js",
"dist/index.js.map"
],
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"lint": "eslint --ext .jsx --ext .js src/ --ignore-path .gitignore; exit 0",
"fix": "eslint --ext .jsx --ext .js src/ --ignore-path .gitignore --fix; exit 0"
},
"author": {
"name": "Brian Ishii"
},
"license": "MIT",
"keyword": [
"hyper",
"hyper.app",
"hyperapp",
"hyperterm",
"terminal",
"rocket",
"ship",
"animation"
],
"repository": "brianishii/git-falcon9",
"bugs": {
"url": "https://github.com/BrianIshii/git-falcon9"
},
"dependencies": {
"@babel/runtime": "^7.6.3",
"babel-eslint": "^10.0.1",
"depcheck": "^0.8.3",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"styled-components": "^3.4.10",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-native": "^3.6.0",
"eslint-plugin-standard": "^4.0.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-node-externals": "^1.7.2"
}
}