-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 2.67 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
{
"name": "d3-chainsaw",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samaleksov/d3-chainsaw.git"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": []
},
"dependencies": {
"aframe": "^0.3.2",
"aframe-gamepad-controls": "^0.5.0",
"babel-core": "^6.8.0",
"babel-standalone": "^6.18.2",
"d3": "^4.3.0",
"express": "^4.13.4",
"grommet": "^1.0.0",
"history": "^2.1.1",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-live-editor": "^5.2.1",
"react-router": "^2.4.0",
"react-router-transition": "0.0.6",
"redux": "^3.5.2",
"webpack": "^2.1.0-beta.7",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"aframe-bmfont-text-component": "^0.1.4",
"aframe-text-component": "^0.3.0",
"babel": "^6.5.2",
"babel-cli": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.18.0",
"component-playground": "^1.3.1",
"css-loader": "^0.25.0",
"d3-collection": "^1.0.1",
"d3-dispatch": "^1.0.1",
"d3-time": "^1.0.4",
"d3-timer": "^1.0.3",
"es6-module-loader": "^0.17.11",
"eslint-loader": "^1.6.1",
"expose": "^0.1.4",
"expose-loader": "^0.7.1",
"fs": "0.0.1-security",
"intl": "^1.0.0",
"inuit-box-sizing": "~0.2.0",
"inuit-clearfix": "^0.2.1",
"inuit-defaults": "~0.2.1",
"inuit-functions": "~0.2.0",
"inuit-headings": "~0.3.0",
"inuit-images": "~0.3.3",
"inuit-list-bare": "~0.3.0",
"inuit-lists": "~0.1.0",
"inuit-mixins": "~0.2.3",
"inuit-normalize": "~3.0.2",
"inuit-page": "~0.2.1",
"inuit-reset": "~0.1.1",
"inuit-responsive-settings": "~0.1.2",
"inuit-responsive-tools": "~0.1.1",
"inuit-shared": "~0.1.5",
"isomorphic-style-loader": "^1.1.0",
"moment": "^2.15.1",
"net": "^1.0.2",
"node-sass": "^3.10.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"traceur": "0.0.108",
"typescript": "^1.8.10"
},
"author": "Sam Aleksov",
"license": "MIT",
"bugs": {
"url": "https://github.com/samaleksov/d3-chainsaw/issues"
},
"homepage": "https://github.com/samaleksov/d3-chainsaw#readme"
}