forked from juju/juju-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.8 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
{
"author": "Juju Developers",
"name": "juju-gui",
"description": "Juju GUI build dependencies",
"version": "2.2.1",
"homepage": "http://launchpad.net/juju-gui",
"repository": {
"type": "git",
"url": "https://github.com/juju/juju-gui.git"
},
"dependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.10.1",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-function-name": "^6.9.0",
"babel-plugin-transform-es2015-parameters": "^6.11.4",
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0",
"babel-plugin-transform-es2015-template-literals": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"classnames": "^2.2.5",
"clipboard": "^1.5.12",
"cloud-vanilla-theme": "0.0.24",
"cryptojs": ">= 2.5.3",
"graceful-fs": "^4.1.5",
"js-macaroon": "1.0.1",
"marked": "^0.3.5",
"prismjs": "^1.5.1",
"react": "^15.3.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.3.0",
"svg-sprite": "^1.3.3",
"uglify-js": "^2.7.0",
"yui": "3.11.0"
},
"devDependencies": {
"chai": "^3.5.0",
"diff": "^2.2.1",
"eslint": "3.1.1",
"eslint-plugin-react": "^5.1.1",
"expect.js": "^0.3.1",
"jasmine-core": "^2.4.1",
"karma": "^1.1.2",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.5",
"mocha": "^2.5.3",
"should": ">=1.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"yuidocjs": "0.3.x"
}
}