This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
88 lines (88 loc) · 2.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "victory-native",
"version": "35.5.5",
"description": "Shared libraries and components for Victory",
"main": "lib/index.js",
"files": [
"lib",
"index.js",
"LICENSE.txt"
],
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/victory-native.git"
},
"author": "Formidable",
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/victory-native/issues"
},
"homepage": "https://github.com/FormidableLabs/victory-native#readme",
"scripts": {
"lint": "eslint test/spec/**/*.js lib/**/*.js demo/**/*.js && cd demo/ts && eslint src/**/*.{ts,tsx}",
"compile-ts": "tsc --project tsconfig.json",
"test": "mocha --require test/compiler.js --recursive test/spec/*.js --exit"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/register": "7.5.5",
"@jonny/react-native-mock": "0.4.0",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"babel-core": "^7.0.0-beta.47",
"babel-eslint": "^10.0.3",
"babel-plugin-module-resolver": "^2.5.0",
"chai": "^3.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^6.1.0",
"eslint-config-formidable": "^2.0.1",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^1.6.1",
"metro-bundler": "^0.22.1",
"metro-react-native-babel-preset": "^0.55.0",
"mocha": "^6.0.0",
"react": "^16.4.0",
"react-native": "~0.60.4",
"react-native-svg": "^12.1.0",
"react-native-svg-mock": "^2.0.0",
"react-navigation": "^1.0.0",
"react-test-renderer": "^16.4.0",
"typescript": "^3.7.5"
},
"dependencies": {
"lodash": "^4.17.19",
"prop-types": "^15.5.10",
"react-fast-compare": "^2.0.0",
"victory": "^35.11.3",
"victory-area": "^35.11.3",
"victory-axis": "^35.11.3",
"victory-bar": "^35.11.3",
"victory-box-plot": "^35.11.3",
"victory-brush-container": "^35.11.3",
"victory-brush-line": "^35.11.3",
"victory-candlestick": "^35.11.3",
"victory-chart": "^35.11.3",
"victory-core": "^35.11.3",
"victory-create-container": "^35.11.3",
"victory-cursor-container": "^35.11.3",
"victory-errorbar": "^35.11.3",
"victory-group": "^35.11.3",
"victory-histogram": "^35.11.3",
"victory-legend": "^35.11.3",
"victory-line": "^35.11.3",
"victory-pie": "^35.11.3",
"victory-polar-axis": "^35.11.3",
"victory-scatter": "^35.11.3",
"victory-selection-container": "^35.11.3",
"victory-shared-events": "^35.11.3",
"victory-stack": "^35.11.3",
"victory-tooltip": "^35.11.3",
"victory-voronoi": "^35.11.3",
"victory-voronoi-container": "^35.11.3",
"victory-zoom-container": "^35.11.3"
}
}