-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
67 lines (67 loc) · 1.83 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
{
"name": "tvjs-xp",
"version": "0.3.0",
"description": "Extension pack for trading-vue-js",
"main": "./dist/tvjs-xp.js",
"scripts": {
"compile": "node ./webpack/index-compiler.js",
"compile-prod": "node ./webpack/index-compiler.js --prod",
"eslint": "./node_modules/.bin/eslint --ext .js,.vue src",
"dev": "webpack serve --config webpack/dev.config.js --mode development --progress --hot --port=$PORT",
"build": "webpack --config webpack/build.config.js --mode production --progress"
},
"author": "C451",
"license": "MIT",
"files": [
"dist/*",
"src/*"
],
"keywords": [
"trading",
"charts",
"trading-vue-js",
"tvjs",
"extensions",
"plugins",
"add-ons",
"crypto",
"trading vue",
"vue",
"vuejs"
],
"homepage": "https://github.com/tvjsx/trading-vue-js#readme",
"repository": "github:tvjsx/tvjs-xp",
"devDependencies": {
"@babel/core": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"colors": "^1.4.0",
"css-loader": "^3.6.0",
"eslint": "^7.11.0",
"eslint-config-eslint": "^6.0.0",
"eslint-plugin-vue": "^7.0.1",
"html-webpack-plugin": "^4.5.0",
"minimist": "^1.2.5",
"node-fetch": "^2.6.1",
"raw-loader": "^4.0.2",
"recursive-readdir": "^2.2.2",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.88.2",
"terser-webpack-plugin": "^5.0.0",
"tulind": "^0.8.18",
"vue-codemirror": "^4.0.6",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.1.2",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"trading-vue-js": "^1.0.0",
"tvjs-overlays": "^0.3.0",
"vue": "^2.6.12"
}
}