-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.2 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.2 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
{
"name": "magic",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"stage-0",
"stage-1",
"react"
]
}
]
]
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "~> 10.2.4",
"browserify-incremental": "^3.0.1",
"classname": "^0.0.0",
"happens": "^0.6.0",
"jquery": "^2.2.0",
"lodash.capitalize": "^4.1.0",
"pui-react-animation": "^0.2.0",
"react-addons-pure-render-mixin": "^15.0.1",
"react-addons-update": "^15.0.1",
"react-mixin": "^3.0.5"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-plugin-transform-react-require": "^1.0.1",
"gulp": "^3.9.1",
"gulp-jasmine-browser": "^1.3.0",
"jasmine-ajax": "^3.2.0",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"webpack": "^1.12.13",
"webpack-stream": "^3.1.0"
}
}