forked from cube-js/cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "cubejs",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"example": "http-server",
"watch-local": "CUBEJS_API_URL=http://localhost:6020/cubejs-api/v1 rollup -c -w"
},
"author": "Statsbot, Inc.",
"dependencies": {
"@babel/runtime-corejs2": "^7.0.0",
"@cubejs-client/core": "^0.1.4",
"core-js": "^2.5.3",
"ramda": "^0.25.0",
"whatwg-fetch": "^3.0.0"
},
"files": [
"src",
"dist"
],
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-runtime": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"http-server": "^0.11.1",
"lerna": "^3.13.1",
"rollup": "^0.65.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^5.0.2"
},
"repository": {
"type" : "git",
"url" : "https://github.com/statsbotco/cube.js.git"
},
"license": "MIT"
}