This repository was archived by the owner on May 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.35 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.35 KB
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
{
"name": "react-components",
"version": "1.5.1",
"author": "Khan Academy",
"description": "React components used by Khan Academy",
"homepage": "http://khan.github.io/react-components/",
"browserify": {
"transform": [
"reactify"
]
},
"keywords": [
"react",
"widgets",
"react-ui",
"react-component",
"khan"
],
"repository": {
"type": "git",
"url": "https://github.com/Khan/react-components.git"
},
"bugs": {
"url": "https://github.com/Khan/react-components/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/Khan/react-components/blob/master/LICENSE"
},
"dependencies": {
"aphrodite": "1.1.0"
},
"devDependencies": {
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-register": "6.18.0",
"babelify": "7.3.0",
"backbone": "*",
"browserify": "13.1.1",
"create-react-class": "15.6.3",
"jquery": "*",
"jsdom": "9.8.3",
"mocha": "3.2.0",
"moment": "*",
"prop-types": "15.6.1",
"raf": "3.4.0",
"react": "16.3.0",
"react-addons-create-fragment": "15.6.2",
"react-addons-pure-render-mixin": "15.6.2",
"react-dom": "16.3.0",
"react-tools": "0.13.3",
"react-transition-group": "1.2.1",
"reactify": "1.1.1",
"watchify": "3.7.0"
},
"scripts": {
"test": "make test"
}
}