forked from EdgeApp/edge-plugin-wyre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "edge-plugin-simplex",
"version": "0.0.3",
"private": true,
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "^20.0.3",
"edge-libplugin": "https://github.com/EdgeApp/edge-libplugin.git#9048d04",
"eslint": "^4.12.1",
"eslint-config-standard": "^11.0.0-beta.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.66.0",
"husky": "^0.14.3",
"material-ui": "^1.0.0-beta.39",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"rimraf": "^2.6.2",
"uuid": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"clean": "rimraf target build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"edge": "edge-ify -o target -s build",
"lint": "eslint --parser babel-eslint ./src",
"lint:fix": "npm run lint -- --fix",
"flow:0": "flow; exit 0",
"flow": "flow"
},
"files": [
"target/index.html",
"manifest.json"
],
"dependencies": {
"js-sha256": "^0.9.0",
"moment": "^2.22.2"
}
}