This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "likhtar",
"private": false,
"version": "0.0.1",
"description": "Charting library for financial data",
"main": "src/index.js",
"scripts": {
"test": "cross-env NODE_ENV=production node_modules/mochapack/bin/mochapack --webpack-config=node_modules/laravel-mix/setup/webpack.config.js --require test/setup.js 'test/**/*_test.js'",
"build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/blacksmith-capital/likhtar.git"
},
"author": "Yuri Koval'ov <contact@yurikoval.com> (https://www.yurikoval.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/blacksmith-capital/likhtar/issues"
},
"homepage": "https://blacksmith-capital.github.io/likhtar/",
"keywords": [
"d3",
"financial",
"components",
"charts"
],
"dependencies": {
"axios": "^0.21.0",
"d3": "^5.14.2",
"d3fc": "^15.0.1",
"deep-equal": "^2.0.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"phoenix": "^1.4.11",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/preset-env": "^7.10.3",
"@vue/test-utils": "^1.0.0-beta.30",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"fs": "0.0.1-security",
"jsdom": "^16.0.1",
"jsdom-global": "^3.0.2",
"laravel-mix": "^5.0.1",
"laravel-mix-eslint": "^0.1.3",
"mocha": "^7.1.1",
"mochapack": "^2.0.1",
"resolve-url-loader": "^3.1.1",
"sass": "^1.24.0",
"sass-loader": "^10.0.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5"
}
}