forked from FormidableLabs/victory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.53 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "victory-monorepo",
"version": "0.0.0",
"description": "Data viz for React",
"keywords": [
"data visualization",
"React",
"d3",
"charting"
],
"repository": {
"type": "git",
"url": "https://github.com/formidablelabs/victory.git"
},
"private": true,
"workspaces": [
"packages/*"
],
"author": "Formidable",
"license": "MIT",
"bugs": {
"url": "https://github.com/formidablelabs/victory/issues"
},
"homepage": "https://formidable.com/open-source/victory",
"scripts": {
"preversion": "nps check",
"start": "nps start",
"storybook": "nps storybook.server",
"chromatic": "chromatic test --storybook-addon --port=6006",
"chromatic-ci": "chromatic test --storybook-addon --port=6006 --exit-zero-on-changes"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.44",
"@babel/core": "7.0.0-beta.44",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.44",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.44",
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.44",
"@babel/plugin-transform-block-scoping": "7.0.0-beta.44",
"@babel/plugin-transform-classes": "7.0.0-beta.44",
"@babel/plugin-transform-computed-properties": "7.0.0-beta.44",
"@babel/plugin-transform-destructuring": "7.0.0-beta.44",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.44",
"@babel/plugin-transform-parameters": "7.0.0-beta.44",
"@babel/plugin-transform-shorthand-properties": "7.0.0-beta.44",
"@babel/plugin-transform-spread": "7.0.0-beta.44",
"@babel/plugin-transform-template-literals": "7.0.0-beta.44",
"@babel/preset-react": "7.0.0-beta.44",
"@storybook/addon-actions": "^4.0.0",
"@storybook/addon-options": "^4.0.0",
"@storybook/react": "^4.0.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-lodash": "^3.1.2",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"core-js": "^2.5.1",
"cross-env": "^5.2.0",
"d3-scale": "^1.0.0",
"d3-shape": "^1.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^2.0.0",
"eslint-config-formidable": "^2.0.1",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-react": "^6.10.3",
"glob": "7.1.2",
"immutable": "^3.8.2",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.0",
"json-loader": "^0.5.4",
"karma": "^2.0.0",
"karma-benchmark": "^0.6.0",
"karma-benchmarkjs-reporter": "^1.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.4",
"lerna": "^2.11.0",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"mocha": "^5.0.0",
"nps": "^5.9.0",
"nps-utils": "^1.5.0",
"prettier": "^1.15.3",
"prop-types": "^15.5.8",
"react": "^16.0.0",
"react-chromatic": "^0.8.2",
"react-dom": "^16.0.0",
"react-hot-loader": "v2.0.0-alpha-4",
"rimraf": "^2.4.0",
"seedrandom": "^2.4.3",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"webpack": "^3.2.0",
"webpack-dev-server": "^1.10.0",
"webpack-stats-plugin": "^0.1.1"
},
"sideEffects": false
}