-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 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
{
"name": "react-dynamic-content",
"version": "0.0.14",
"main": "dist/react-dynamic-content.min.js",
"scripts": {
"build": "npm run build-babel && npm run build-dist-dev && npm run build-dist-prod",
"build-dist-dev": "NODE_ENV=development webpack --config webpack.config --colors",
"build-dist-prod": "NODE_ENV=production webpack --config webpack.config --progress --colors -p",
"build-babel": "babel ./src/DynamicContent.jsx"
},
"repository": {
"type": "git",
"url": "git://github.com/markshapiro/react-dynamic-content.git"
},
"keywords": [
"layout",
"gallery",
"organization",
"custom",
"images",
"drag",
"reposition"
],
"author": "Mark Shapiro",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.13.0",
"babel-register": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"css-loader": "^0.26.1",
"enzyme": "^2.2.0",
"style-loader": "^0.13.1",
"uglify-js": "^2.7.3",
"webpack": "^1.13.2",
"webpack-umd-external": "^1.0.2",
"react": "^0.14.6",
"react-dom": "^0.14.6"
},
"peerDependencies": {
"react-dom": "^0.14 || ^15.0",
"react": "^0.14 || ^15.0"
},
"dependencies": {
"jquery": "^3.1.1",
"jquery.waitforimages": "^2.2.0",
"lodash": "^4.14.0",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-update": "^15.3.1",
"rx": "^4.1.0"
}
}