-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.23 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": "pyxley",
"version": "0.0.6",
"description": "react components for dashboards",
"main": "build/pyxley.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stitchfix/pyxleyJS.git"
},
"keywords": [
"react",
"dashboard"
],
"author": "Nicholas Kridler",
"license": "MIT",
"bugs": {
"url": "https://github.com/stitchfix/pyxleyJS/issues"
},
"homepage": "https://github.com/stitchfix/pyxleyJS",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.5.0",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"bootstrap": "^3.3.6",
"classnames": "^2.1.2",
"css-loader": "^0.23.1",
"datamaps": "^0.4.4",
"datatables": "^1.10.7",
"file-loader": "^0.8.5",
"image-loader": "0.0.1",
"metrics-graphics": "^2.8.0",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.4.2",
"nvd3": "^1.8.2",
"plotly.js": "^1.5.2",
"react": "^0.14.7",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.7",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13"
}
}