forked from ledgerconnect/steemconnect
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·126 lines (126 loc) · 3.94 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "weauth",
"version": "1.0.20",
"engines": {
"node": ">=8.1.4",
"npm": "4.6.1"
},
"bin": "./bin/www",
"main": "./bin/www",
"scripts": {
"start": "pm2 start ecosystem.config.js",
"startdev": "nodemon --ignore src ./bin/www | bunyan -o short",
"eslint-autofix": "eslint --fix \"src/**/*.js\" \"*.js\"",
"test": "npm run lint && nsp check --output summary",
"lint": "eslint \"src/**/*.js\" \"routes/**/*.js\" \"helpers/**/*.js\"",
"build": "clear && webpack --progress -p --config webpack/makeWebpackProdConfig.js",
"builddev": "clear && webpack --progress -p --config webpack/makeWebpackDevConfig.js",
"postinstall": "npm run build",
"push": "git add . ; git commit -m 'ready' ; git push origin master",
"pull": "git pull origin master",
"run": "clear && npm run build && npm run start",
"rundev": "clear && npm run builddev && npm run startdev",
"startinspectdev": "nodemon --inspect --ignore src ./bin/www | bunyan -o short",
"runinspectdev": "npm run builddev && npm run startinspectdev"
},
"pre-commit": [],
"dependencies": {
"antd": "^2.13.11",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.18.0",
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-alpha.2",
"bunyan": "1.8.12",
"change-case": "^2.3.1",
"cors": "^2.8.3",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.24.0",
"debug": "^3.1.0",
"decamelize": "^1.2.0",
"diacritics": "^1.3.0",
"dotenv": "^6.0.0",
"dotenv-expand": "^4.2.0",
"es6-shim": "^0.35.3",
"express": "^4.16.0",
"express-csp-header": "2.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"hbs": "^4.0.1",
"history": "^3.2.1",
"intl": "^1.2.5",
"isomorphic-fetch": "^2.2.1",
"js-base64": "^2.1.9",
"json-loader": "^0.5.4",
"jsonwebtoken": "^8.1.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"local-storage": "^1.4.2",
"lodash": "^4.0.0",
"lodash-webpack-plugin": "^0.10.6",
"moment": "^2.22.1",
"morgan": "^1.9.0",
"nodemon": "^1.12.1",
"numeral": "^1.5.3",
"pg-promise": "^5.6.7",
"postcss-loader": "^2.0.6",
"pre-commit": "^1.2.2",
"query-string": "^4.2.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-intl": "^2.3.0",
"react-redux": "^4.4.5",
"react-responsive-utils": "^1.0.2",
"react-router": "^3.0.0",
"redux": "^3.5.2",
"redux-actions": "^0.12.0",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.0.0",
"redux-thunk": "^2.1.0",
"sequelize": "^4.26.0",
"serve-favicon": "^2.4.5",
"store": "^1.3.20",
"style-loader": "^0.13.1",
"tether": "^1.3.2",
"validator": "^5.1.0",
"weauthjs": "^1.1.155",
"webpack": "^3.8.1",
"webpack-visualizer-plugin": "^0.1.5",
"wehelpjs": "^0.6.22"
},
"devDependencies": {
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.1",
"cheerio": "^0.20.0",
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1",
"jsdom": "^9.5.0",
"mocha": "^3.0.2",
"mocha-make-stub": "^2.3.2",
"mysql2": "^1.6.1",
"nsp": "^2.7.0",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"react-addons-test-utils": "^15.3.2",
"redux-mock-store": "^1.2.0",
"sequelize-cli": "^4.1.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.20.0"
}
}