forked from evgeniy-gordey/django-pump-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (46 loc) · 1.41 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
{
"name": "pump_bot",
"description": "Django/Vue pump trading bot for Yobit-platform",
"version": "0.1.0",
"author": "Gordey Evgeniy",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue pump_bot/static"
},
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.5.2",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.0.0",
"file-loader": "^1.1.4",
"foundation-sites": "^6.4.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"url-loader": "^0.5.8",
"vue": "^2.3.4",
"vue-loader": "^13.3.0",
"vue-meta": "^1.2.0",
"vue-progressbar": "^0.7.3",
"vue-router": "^2.7.0",
"vue-template-compiler": "^2.3.4",
"vuex": "^2.3.1",
"webpack": "^2.6.1",
"webpack-bundle-tracker": "0.2.1",
"webpack-dev-server": "^2.4.5"
}
}