update 8.1
Showing
npm-debug.log
0 → 100644
| ... | @@ -3,21 +3,28 @@ | ... | @@ -3,21 +3,28 @@ |
| "version": "0.0.0", | "version": "0.0.0", | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "start": "node ./bin/www" | "start": "node --harmony ./bin/www" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | "babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | ||
| "babel-preset-stage-0": "^6.5.0", | |||
| "body-parser": "~1.13.2", | "body-parser": "~1.13.2", | ||
| "cookie-parser": "~1.3.5", | "cookie-parser": "~1.3.5", | ||
| "debug": "~2.2.0", | "debug": "~2.2.0", | ||
| "express": "~4.13.1", | "express": "~4.13.1", | ||
| "express-handlebars": "*", | "express-handlebars": "*", | ||
| "isomorphic-fetch": "^2.2.1", | |||
| "morgan": "~1.6.1", | "morgan": "~1.6.1", | ||
| "serve-favicon": "~2.3.0" | "serve-favicon": "~2.3.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "babel-cli": "^6.11.4", | "babel-cli": "^6.11.4", | ||
| "babel-plugin-transform-es2015-destructuring": "^6.9.0", | |||
| "babel-plugin-transform-es2015-duplicate-keys": "^6.8.0", | |||
| "babel-plugin-transform-es2015-literals": "^6.8.0", | |||
| "babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", | |||
| "babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | "babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | ||
| "babel-polyfill": "^6.9.1", | |||
| "babel-preset-es2015": "^6.9.0" | "babel-preset-es2015": "^6.9.0" | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
public/javascripts/utils.js
0 → 100644
public/javascripts/utils.jsx
0 → 100644
routes/product.js.map
0 → 100644
routes/product.jsx
0 → 100644
utils/xFetch.js
0 → 100644
utils/xFetch.js.map
0 → 100644
utils/xFetch.jsx
0 → 100644
Please
register
or
sign in
to comment