-
Notifications
You must be signed in to change notification settings - Fork 167
/
package.json
151 lines (151 loc) · 4.6 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "lyra",
"version": "2.0.0",
"main": "true",
"description": "A direct manipulation visualization design environment.",
"keywords": [
"lyra",
"vega",
"data",
"visualization",
"direct manipulation",
"interface",
"graphical interface"
],
"repository": {
"type": "git",
"url": "http://github.com/uwdata/lyra.git"
},
"author": {
"name": "Arvind Satyanarayan",
"url": "http://arvindsatya.com"
},
"license": "BSD-3-Clause",
"dependencies": {
"@types/react": "^16.7.6",
"@types/react-dom": "^16.0.9",
"@types/react-redux": "^6.0.10",
"array.prototype.find": "^1.0.0",
"autoprefixer": "^9.3.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.3.14",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"capitalize": "^1.0.0",
"chai": "^3.0.0",
"chai-as-promised": "^5.3.0",
"css-loader": "^1.0.1",
"d3": "^3.5.6",
"d3-geo-projection": "^0.2.15",
"datalib": "^1.4.6",
"enzyme": "^2.4.1",
"es6-promisify": "^3.0.0",
"eslint": "^5.9.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"fs": "0.0.2",
"html-webpack-plugin": "^3.2.0",
"immutable": "^4.0.0-rc.12",
"inherits": "^2.0.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^0.2.0",
"istanbul-react": "^1.1.0",
"jquery": "^3.5.0",
"jquery-textcomplete": "^1.7.1",
"jsdoc": "^3.4.0",
"jshint": "^2.8.0",
"json-loader": "^0.5.7",
"json2csv": "^3.6.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-safari-launcher": "^0.1.1",
"karma-source-map-support": "^1.1.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"lodash.ismatch": "^4.1.4",
"lodash.merge": "^4.6.2",
"minami": "^1.1.1",
"mocha": "^2.4.5",
"nodemon": "^1.8.1",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.15.2",
"rangy": "^1.3.0",
"raw-loader": "^0.5.1",
"react": "^16.6.3",
"react-addons-test-utils": "^15.2.1",
"react-contenteditable": "^2.0.4",
"react-dom": "^16.6.3",
"react-modal": "^1.4.0",
"react-redux": "^5.1.1",
"react-tooltip": "^4.0.3",
"redux": "^4.0.1",
"redux-devtools": "^3.3.1",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.2.0",
"redux-thunk": "^2.1.0",
"redux-undo": "^1.0.0",
"sass": "^1.32.8",
"sass-loader": "^7.1.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"source-map-loader": "^0.2.4",
"string.prototype.startswith": "^0.2.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^4.1.3",
"throttle-debounce": "^2.1.0",
"transit-immutable-js": "^0.8.0",
"transit-js": "^0.8.861",
"ts-loader": "^6.2.1",
"tslint": "5.11.0",
"tslint-config-prettier": "^1.16.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typesafe-actions": "^3.1.0",
"typescript": "^3.7.5",
"typescript-eslint-parser": "^21.0.1",
"vega-cli": "^5.9.1",
"vega-datasets": "^2.2.0",
"vega-lite": "^4.3.1",
"vega-lite-dev-config": "^0.4.3",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-notifier": "^1.7.0",
"yargs": "^4.2.0"
},
"scripts": {
"build": "webpack -p --progress --config webpack.production-config.js",
"build:dev": "webpack -d",
"cover": "npm run test -- --reporter=coverage",
"cover:js": "istanbul cover _mocha -- --timeout 30000 --recursive test/",
"docs": "jsdoc --configure .jsdoc.json",
"lint": "eslint --ext .js,.jsx src",
"lint:branch": "eslint $(git diff --name-only --diff-filter=ACMRTUXB $(git merge-base head lyra2) | grep '.jsx*$') || true",
"start": "webpack-dev-server --mode=development --devtool=cheap-source-map --inline --hot --progress",
"test": "karma start karma.config.js",
"test:dev": "npm run test -- --watch",
"test:chrome": "npm run test -- --watch --browsers Chrome",
"test:osx": "npm run test -- --browsers PhantomJS,Chrome,Firefox,Safari",
"test:win": "npm run test -- --browsers PhantomJS,Chrome,Firefox,IE,IE9,IE10"
},
"devDependencies": {
"@types/rangy": "0.0.33"
},
"babel": {
"presets": [
"react"
]
}
}