-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 KB
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
{
"name": "caravel",
"version": "0.1.0",
"description": "Caravel is a data exploration platform designed to be visual, intuitive, and interactive.",
"directories": {
"doc": "docs",
"test": "spec"
},
"scripts": {
"start": "webpack -d & node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/caravel.git"
},
"keywords": [
"spreadsheet",
"socialcalc",
"react"
],
"author": "frogo",
"bugs": {
"url": "https://github.com/airbnb/caravel/issues"
},
"homepage": "https://github.com/airbnb/caravel#readme",
"dependencies": {
"@claviska/jquery-minicolors": "^2.2.4",
"css-loader": "^0.28.7",
"d3": "^3.5.17",
"jquery": "^2.2.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-select2-wrapper": "^1.0.4-beta5",
"select2": "^3.5.1",
"select2-bootstrap-css": "^1.4.6",
"xlsjs": "^0.7.6",
"xlsx": "^0.11.15",
"xlsx-style": "^0.8.13"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"style-loader": "^0.13.2",
"url-loader": "^0.6.2",
"webpack": "^1.13.1",
"webworkify-webpack": "1.0.6"
}
}