UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

42 lines (41 loc) 1.16 kB
{ "name": "css-loader", "version": "0.25.0", "author": "Tobias Koppers @sokra", "description": "css loader module for webpack", "engines": { "node": ">=0.12.0" }, "dependencies": { "babel-code-frame": "^6.11.0", "css-selector-tokenizer": "^0.6.0", "cssnano": ">=2.6.1 <4", "loader-utils": "~0.2.2", "lodash.camelcase": "^3.0.1", "object-assign": "^4.0.1", "postcss": "^5.0.6", "postcss-modules-extract-imports": "^1.0.0", "postcss-modules-local-by-default": "^1.0.1", "postcss-modules-scope": "^1.0.0", "postcss-modules-values": "^1.1.0", "source-list-map": "^0.1.4" }, "devDependencies": { "codecov.io": "^0.1.2", "coveralls": "^2.11.2", "istanbul": "^0.3.13", "mocha": "^2.2.4", "should": "^7.0.1" }, "scripts": { "test": "mocha", "travis": "npm run cover -- --report lcovonly", "cover": "istanbul cover node_modules/mocha/bin/_mocha", "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git@github.com:webpack/css-loader.git" }, "license": "MIT" }