forked from juju/juju-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.37 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
{
"author": "Juju Developers",
"name": "juju-gui",
"description": "Juju GUI build dependencies",
"version": "2.14.0",
"homepage": "http://launchpad.net/juju-gui",
"repository": {
"type": "git",
"url": "https://github.com/juju/juju-gui.git"
},
"dependencies": {
"classnames": "^2.2.6",
"clipboard": "^1.7.1",
"cryptojs": "2.5.3",
"d3": "3.5.16",
"deepmerge": "^2.2.0",
"envify": "4.1.0",
"file-saver": "1.3.8",
"graceful-fs": "4.1.11",
"jaaslib": "0.5.0",
"js-yaml": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.9.1.tgz",
"lodash.clonedeep": "^4.5.0",
"macaroon-bakery": "0.2.0",
"marked": "^0.5.1",
"mixwith": "0.1.1",
"normalize.css": "^8.0.0",
"query-string": "^6.2.0",
"react": "^16.5.2",
"react-click-outside": "3.0.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dom": "^16.5.2",
"shapeup": "0.2.5",
"uglifyify": "^5.0.1",
"vanilla-framework": "^1.8.0",
"xterm": "^3.7.0",
"xterm-webfont": "^1.1.1",
"yui": "3.18.1",
"zip": "1.2.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-jest": "^23.6.0",
"babel-plugin-rewire": "^1.2.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-babili": "0.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babelify": "https://registry.npmjs.org/babelify/-/babelify-7.3.0.tgz",
"browserify": "^16.2.3",
"browserify-incremental": "3.1.1",
"chai": "^4.2.0",
"diff": "3.5.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.6.1",
"eslint-plugin-react": "^7.11.1",
"expect.js": "0.3.1",
"jasmine-core": "^3.2.1",
"jest": "^23.6.0",
"karma": "^3.0.0",
"karma-browserify": "^5.3.0",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "^1.1.2",
"karma-mocha": "1.3.0",
"karma-spec-reporter": "0.0.32",
"keysim": "^2.1.0",
"mkdirp": "0.5.1",
"mocha": "^5.2.0",
"mutation-observer": "^1.0.3",
"prop-types": "^15.6.2",
"proxyquire": "^2.1.0",
"proxyquire-universal": "1.0.8",
"proxyquireify": "3.2.1",
"react-test-renderer": "^16.5.2",
"sass-lint": "1.12.1",
"should": "^13.2.3",
"sinon": "^6.3.5",
"sinon-chai": "^3.2.0",
"watchify": "3.11.0"
}
}