react-piros
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-piros", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "prios react component", | ||
"main": "./src/index.js", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"start": "node server.js", | ||
"dev": "cross-env NODE_ENV=daily webpack", | ||
"dist": "cross-env NODE_ENV=dist webpack -p" | ||
"dist": "cross-env NODE_ENV=dist webpack -p", | ||
"build":"babel src --out-dir lib --source-maps --extensions .js" | ||
}, | ||
@@ -14,2 +15,3 @@ "author": "Jun.lu", | ||
"devDependencies": { | ||
"babel-cli": "^6.24.0", | ||
"babel-core": "^6.10.4", | ||
@@ -19,3 +21,3 @@ "babel-loader": "^6.2.4", | ||
"babel-polyfill": "^6.9.1", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015": "^6.24.0", | ||
"babel-preset-react": "^6.11.1", | ||
@@ -38,5 +40,6 @@ "babel-preset-stage-3": "^6.11.0", | ||
"dependencies": { | ||
"babel": "^6.23.0", | ||
"babel-preset-stage-1": "^6.22.0", | ||
"react-router": "^3.0.2" | ||
} | ||
} | ||
} |
@@ -58,3 +58,2 @@ | ||
}, | ||
module:{ | ||
@@ -61,0 +60,0 @@ loaders: [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1447668
54
36331
3
21
+ Addedbabel@^6.23.0
+ Addedbabel@6.23.0(transitive)