forked from linonetwo/hyper-visual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "hyper-visual",
"version": "2.2.1",
"description": "Frequently Used CLI command now listed in a clickable GUI.",
"main": "./dist/index.js",
"module": "./src/index.js",
"scripts": {
"flow-typed": "rimraf flow-typed/npm && flow-typed install --overwrite || true",
"dev": "NODE_ENV=development webpack --watch --mode development",
"build": "NODE_ENV=production webpack --mode production",
"prepublish": "rm -rf ./dist && npm run build"
},
"keywords": [
"hyper",
"hyper.app",
"hyper-plugin",
"cli",
"gui",
"command line tool",
"search",
"command",
"history"
],
"repository": {
"type": "git",
"url": "git+git@github.com:linonetwo/hyper-visual.git"
},
"dependencies": {
"fs-jetpack": "^2.2.3",
"fuzzysearch": "^1.0.3",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.11",
"react": "^16.8.6",
"react-redux": "^5.0.7",
"react-values": "^0.3.3",
"read-package-json": "^2.0.13",
"redux": "^4.0.1",
"styled-components": "^3.3.3",
"styled-flex-component": "^3.0.0",
"styled-icons": "^2.3.1",
"styled-is": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/preset-env": "^7.7.7",
"@babel/runtime": "^7.7.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-react-app": "^8.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"flow-bin": "^0.114.0",
"flow-typed": "^2.6.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"author": "Linonetwo <linonetwo012@gmail.com>"
}