forked from tvjsx/trading-vue-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "trading-vue-js",
"version": "0.4.4",
"description": "Hackable charting lib for traders",
"main": "./dist/trading-vue.js",
"scripts": {
"test": "webpack-dev-server --config webpack/test.config.js --mode development --progress --hot",
"eslint": "./node_modules/.bin/eslint --ext .js,.vue src",
"dev": "webpack-dev-server --config webpack/dev.config.js --mode development --progress --hot",
"build": "webpack --config webpack/build.config.js --mode production --progress"
},
"author": "C451",
"license": "MIT",
"files": [
"dist/*",
"src/*"
],
"keywords": [
"trading",
"vue",
"charts",
"crypto",
"visualization",
"reactive"
],
"homepage": "https://github.com/C451/trading-vue-js#readme",
"repository": "github:C451/trading-vue-js",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.2",
"eslint": "^6.7.2",
"eslint-config-eslint": "^5.0.1",
"eslint-plugin-vue": "^6.0.1",
"html-webpack-plugin": "^3.2.0",
"request": "^2.88.0",
"terser-webpack-plugin": "^2.3.0",
"tulind": "^0.8.18",
"vue-loader": "^15.7.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"arrayslicer": "^1.2.3",
"hammerjs": "^2.0.8",
"hamsterjs": "^1.1.3",
"moment": "^2.24.0",
"vue": "^2.6.11"
}
}