UNPKG

957 BJSONView Raw
1{
2 "name": "@neutrinojs/style-loader",
3 "version": "8.1.0",
4 "description": "Neutrino middleware for importing and loading stylesheets from modules",
5 "main": "index.js",
6 "keywords": [
7 "neutrino",
8 "neutrino-middleware",
9 "style",
10 "css",
11 "stylesheet"
12 ],
13 "author": "Eli Perelman <eli@eliperelman.com>",
14 "license": "MPL-2.0",
15 "repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/style-loader",
16 "homepage": "https://neutrino.js.org",
17 "bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
18 "publishConfig": {
19 "access": "public"
20 },
21 "engines": {
22 "node": "^6.9.0 || ^8 || >=9",
23 "npm": ">=5.4.0",
24 "yarn": ">=1.2.1"
25 },
26 "dependencies": {
27 "css-hot-loader": "^1.3.4",
28 "css-loader": "^0.28.7",
29 "deepmerge": "^1.5.2",
30 "extract-text-webpack-plugin": "^3.0.2",
31 "style-loader": "^0.20.0"
32 },
33 "peerDependencies": {
34 "neutrino": "^8.0.0"
35 }
36}