UNPKG

nexshop-web-contents

Version:

Nexshop Web Contents Project

72 lines (71 loc) 2.25 kB
{ "name": "nexshop-web-contents", "version": "0.126.3", "description": "Nexshop Web Contents Project", "main": "index.js", "scripts": { "coverage": "./node_modules/.bin/nyc --reporter='json-summary' --reporter='html' ./node_modules/.bin/mocha -r babel-core/register 'spec/**/*.js' -r jsdom-global/register -r ignore-styles -r babel-hook.js", "test": "./node_modules/.bin/mocha -r babel-core/register 'spec/**/*.js' -r jsdom-global/register -r ignore-styles -r babel-hook.js" }, "keywords": [ "Nexshop", "Web", "Contents" ], "author": "Nexshop Marketing & ACT", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.25.0", "babel-loader": "^7.1.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "chai": "^4.1.0", "css-loader": "^0.28.4", "enzyme": "^2.9.1", "fetch-mock": "^5.12.2", "file-loader": "^0.11.2", "history": "^4.7.2", "ignore-styles": "^5.0.1", "istanbul": "^0.4.5", "jsdom": "^11.2.0", "jsdom-global": "^3.0.2", "mocha": "^3.4.2", "moment-timezone": "^0.5.13", "nexshop-web-contents-mini-view": "^0.27.0", "nexshop-web-dialog": "^0.10.0", "nexshop-web-elements": "^0.14.1", "nexshop-web-navigation": "^0.16.10", "nexshop-web-popup": "^0.2.0", "nexshop-web-search": "^0.25.2", "nexshop-web-store": "^0.74.0", "node-sass": "^4.5.3", "nyc": "^11.2.0", "prop-types": "^15.5.10", "proxyquire": "^1.8.0", "react": "^15.6.1", "react-dom": "^15.6.1", "react-redux": "^5.0.5", "react-router-dom": "^4.2.2", "react-test-renderer": "^15.6.1", "redux": "^3.7.2", "redux-mock-store": "^1.2.3", "sass-loader": "^6.0.6", "sinon": "^2.4.1", "style-loader": "^0.18.2", "url-loader": "^0.5.9" }, "dependencies": { "dom-to-image": "^2.6.0", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.4", "material-ui": "^0.20.0", "moment": "^2.18.1", "react-panelgroup": "^1.0.2", "react-router-redux": "^4.0.8", "uuid": "^3.1.0" } }