forked from EdgeApp/edge-plugin-bity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.12 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "edge-plugins-bity",
"version": "0.0.1",
"private": true,
"files": [
"target/index.html",
"manifest.json"
],
"scripts": {
"build": "react-scripts build && edge-ify -o target -s build && git add target",
"clean": "rimraf target build",
"eject": "react-scripts eject",
"flow": "flow",
"flow:0": "flow; exit 0",
"lint": "eslint --parser babel-eslint ./src",
"lint:fix": "npm run lint -- --fix",
"precommit": "flow && npm run build",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom"
},
"lint-staged": {
"ignore": [
"**/flow-typed/npm/*.js"
],
"linters": {
"*.js": [
"eslint",
"prettier-eslint --list-different"
]
}
},
"prettier": {
"printWidth": 160
},
"devDependencies": {
"@material-ui/core": "^4.4.3",
"@material-ui/icons": "^4.4.3",
"@fortawesome/free-solid-svg-icons":"^5.11.2",
"@fortawesome/fontawesome-svg-core":"^1.2.25",
"@fortawesome/react-fontawesome":"^0.1.4",
"@fortawesome/free-brands-svg-icons":"^5.11.2",
"edge-libplugin": "https://github.com/EdgeApp/edge-libplugin.git#9744aaf61b80",
"edge-plugin-screens-and-components": "https://github.com/EdgeApp/edge-plugin-screens-and-components#25c8a7a",
"eslint": "^5.12.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.75.0",
"history": "^4.9.0",
"husky": "^1.3.1",
"ibantools":"^2.2.0",
"import-sort-cli": "^5.0.0",
"js-sha256": "^0.9.0",
"lint-staged": "^6.1.1",
"prettier-eslint-cli": "5.0.0",
"react": "^16.9.0",
"react-copy-to-clipboard":"^5.0.1",
"react-dom": "^16.9.0",
"react-redux": "^5.0.5",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.0.3",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"uuid": "^3.2.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}