-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.75 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
{
"name": "laddice-development-graph",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"homepage_1": "www.projectample.com/development/dependency-graph/laddice/",
"homepage": "/",
"directories": {
"test": "test"
},
"scripts": {},
"eslintConfig": {
"extends": "./config/eslint.js"
},
"author": "Ben Zichettello",
"license": "MIT",
"dependencies": {
"d3": "^4.2.2",
"extend": "^3.0.0",
"lodash": "^4.15.0",
"mithril": "^0.2.5"
},
"devDependencies": {
"archy": "^1.0.0",
"autoprefixer": "^6.4.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-plugin-transform-strict-mode": "^6.11.3",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-es2017": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"case-sensitive-paths-webpack-plugin": "^1.1.3",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"child_process": "^1.0.2",
"codename-add-words": "0.0.4",
"colors": "^1.1.2",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"directory-copy": "^0.1.0",
"enhanced-resolve": "^2.2.2",
"eslint": "^3.4.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-flowtype": "2.4.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "2.0.1",
"extend": "^3.0.0",
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.9.0",
"filesize": "^3.3.0",
"fs": "0.0.2",
"fs-extra": "^0.30.0",
"git-branch-name": "^1.1.0",
"gzip-size": "^3.0.0",
"html-webpack-plugin": "^2.22.0",
"http": "0.0.0",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma-phantomjs-shim": "^1.4.0",
"md5ify": "^1.0.0",
"mocha": "^3.0.2",
"net": "^1.0.2",
"node-sass": "^3.8.0",
"nodemon": "^1.10.0",
"opn": "^4.0.2",
"parseurl": "^1.3.1",
"path": "^0.12.7",
"phantomjs2-ext": "^0.2.2",
"postcss-loader": "^0.11.1",
"promise": "^7.1.1",
"q": "^1.4.1",
"raw-loader": "^0.5.1",
"readline": "^1.3.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.0",
"serve-static": "^1.11.1",
"sinon": "^1.17.5",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"wallaby-webpack": "0.0.23",
"webpack": "^2.1.0-beta.21",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^1.0.0",
"yargs": "^4.8.1"
}
}