-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "crossfilter-playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"style": "css-flip dist/cf.css -o dist/cf.rtl.css",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nirgilboa/crossfilter-playground.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nirgilboa/crossfilter-playground/issues"
},
"homepage": "https://github.com/nirgilboa/crossfilter-playground#readme",
"dependencies": {
"billboard.js": "^1.4.1",
"bootstrap": "^4.0.0",
"crossfilter": "^1.3.12",
"d3": "^4.12.2",
"jquery": "^3.3.1",
"l": "^0.6.0",
"popper.js": "^1.12.9",
"sass-loader": "^6.0.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"css-flip": "^0.5.0",
"css-flip-loader": "file:css-flip-loader",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"postcss-loader": "^2.0.10",
"precss": "^3.1.0",
"shell-loader": "^1.1.2",
"style-loader": "^0.19.1",
"v": "^0.3.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
}
}