forked from willcumbie/canon-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.45 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
{
"name": "canon-react",
"version": "0.14.3",
"description": "Rackspace Canon components built with React",
"repository": {
"type": "git",
"url": "https://github.com/rackerlabs/canon-react"
},
"scripts": {
"prepublish": "./prepublish.sh",
"build": "scripts/cibuild",
"clean": "./node_modules/.bin/grunt clean",
"test": "scripts/cibuild",
"server": "scripts/server",
"documentation-build": "./node_modules/.bin/grunt documentation-build"
},
"keywords": [
"react",
"canon"
],
"main": "transpiled/index.js",
"directories": {
"transpiled": "transpiled/",
"dist": "dist/"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"transpiled",
"dist"
],
"author": "Adam Pickeral <adam.pickeral@rackspace.com>",
"license": "MIT",
"browserify-shim": {
"react": "global:React",
"react-dom": "global:ReactDOM"
},
"dependencies": {
"babel-plugin-transform-runtime": "6.4.3",
"babel-runtime": "6.3.19",
"classnames": "^2.2.3",
"tether": "^1.1.0"
},
"peerDependencies": {
"react": "~0.14.8",
"react-dom": "~0.14.8"
},
"devDependencies": {
"babel": "6.3.26",
"babel-eslint": "4.1.6",
"babel-plugin-transform-es2015-destructuring": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babelify": "7.2.0",
"browserify": "<4.0.0",
"browserify-shim": "3.8.12",
"canon-react": "0.14.0",
"enzyme": "2.3.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.15.0",
"gitbook-cli": "^2.3.0",
"grunt": "~0.4.2",
"grunt-babel": "6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-eslint": "^17.3.1",
"grunt-shell": "~0.6.4",
"http-server": "^0.8.5",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-failed-reporter": "0.0.3",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.8",
"karma-phantomjs-launcher": "^0.2.3",
"karma-react-jsx-preprocessor": "^0.1.1",
"karma-spec-reporter": "0.0.23",
"phantomjs": "^1.9.19",
"react": "~0.14.8",
"react-addons-test-utils": "0.14.8",
"react-dom": "^0.14.8",
"react-router": "^2.6.1"
}
}