forked from Tandemly/eos-web-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.11 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "eos-wallet-wip",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:9000",
"dependencies": {
"@tandem.ly/react-scripts": "^1.0.19",
"@tandem.ly/redux-persist-transform-encrypt": "^2.0.1",
"api-query-params": "^4.5.1",
"async": "^2.6.0",
"bcrypt": "^1.0.3",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"buffer": "^5.0.8",
"bulma": "^0.5.3",
"change-case-keys": "^0.0.4",
"classnames": "^2.2.5",
"color": "^2.0.0",
"compression": "^1.7.1",
"concurrently": "^3.5.0",
"connect-mongo": "^2.0.0",
"cors": "^2.8.4",
"dateformat": "^3.0.2",
"dotenv-safe": "^4.0.4",
"empty": "^0.10.1",
"eosjs": "4.0.2",
"eosjs-ecc": "^1.6.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-validation": "^1.0.2",
"flow-bin": "^0.57.3",
"helmet": "^3.9.0",
"history": "^4.7.2",
"http-status": "^1.0.1",
"isomorphic-fetch": "^2.2.1",
"jest": "^21.2.1",
"jest-enzyme": "^4.0.0",
"joi": "10.4.1",
"jwt-decode": "^2.2.0",
"localforage": "^1.5.3",
"lodash": "^4.17.4",
"method-override": "^2.3.10",
"moment": "^2.19.1",
"moment-timezone": "^0.5.14",
"mongoose": "^4.13.0",
"morgan": "^1.9.0",
"nano-md5": "^1.0.3",
"nodemon": "^1.12.1",
"npm-run-all": "^4.1.2",
"numeral": "^2.0.6",
"querystring": "^0.2.0",
"randomatic": "^2.0.0",
"react": "^16.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-modal": "^2.3.2",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scale-text": "^1.2.2",
"react-styleable": "^3.2.0",
"react-styleguidist": "^6.0.33",
"redux": "^3.7.2",
"redux-form": "^7.1.1",
"redux-form-validators": "^2.1.0",
"redux-logger": "^3.0.6",
"redux-persist": "^5.4.0",
"redux-persist-cookie-storage": "^0.4.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"scripts": {
"precommit": "npm run test:once",
"prepush": "npm-run-all flow test:once",
"post-receive": "yarn",
"start": "node server",
"start:dev": "concurrently \"nodemon server\" \"cross-env NODE_PATH=src react-scripts start\"",
"build": "cross-env NODE_PATH=src react-scripts build",
"test": "cross-env NODE_PATH=src react-scripts test --env=jsdom",
"test:once": "cross-env CI=true NODE_PATH=src react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"flow": "flow",
"styleguide": "cross-env NODE_PATH=src styleguidist server",
"styleguide:build": "cross-env NODE_PATH=src styleguidist build"
},
"devDependencies": {
"cross-env": "^5.1.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"husky": "^0.14.3",
"jest-cli": "^21.2.1",
"jest-fetch-mock": "^1.2.1",
"jest-localstorage-mock": "^2.0.1",
"jss": "^9.1.0",
"prettier": "^1.7.4",
"raf": "^3.4.0",
"react-test-renderer": "^16.0.0",
"redux-mock-store": "^1.3.0",
"resolve-url-loader": "^2.1.0"
}
}