UNPKG

1.84 kBJSONView Raw
1{
2 "name": "stylus-native-loader",
3 "version": "1.3.2",
4 "description": "A super fast Stylus loader for Webpack that leverages the built-in power of Stylus",
5 "license": "MIT",
6 "author": "Saul Fautley <saulfautley@gmail.com>",
7 "repository": "slightlyfaulty/stylus-native-loader",
8 "homepage": "https://github.com/slightlyfaulty/stylus-native-loader#readme",
9 "bugs": "https://github.com/slightlyfaulty/stylus-native-loader/issues",
10 "main": "dist/cjs.js",
11 "engines": {
12 "node": ">= 10.13.0"
13 },
14 "scripts": {
15 "start": "npm run build -- -w",
16 "build": "del-cli dist && cross-env NODE_ENV=production babel src -d dist --copy-files",
17 "test": "cross-env NODE_ENV=test jest",
18 "benchmark": "babel-node --no-deprecation --no-warnings test/benchmark.js"
19 },
20 "files": [
21 "dist",
22 "lib"
23 ],
24 "peerDependencies": {
25 "stylus": "*",
26 "webpack": "^4.0.0 || ^5.0.0"
27 },
28 "devDependencies": {
29 "@babel/cli": "^7.11.6",
30 "@babel/core": "^7.11.6",
31 "@babel/node": "^7.10.5",
32 "@babel/preset-env": "^7.11.5",
33 "@types/jest": "^26.0.13",
34 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
35 "babel-jest": "^26.3.0",
36 "cross-env": "^7.0.0",
37 "del": "^5.1.0",
38 "del-cli": "^3.0.1",
39 "delay": "^4.4.0",
40 "eslint": "^7.8.1",
41 "eslint-plugin-import": "^2.22.0",
42 "jest": "^26.4.2",
43 "memfs": "^3.2.0",
44 "nib": "^1.1.2",
45 "stylus": "^0.54.8",
46 "stylus-loader": "^3.0.2",
47 "stylus-relative-loader": "^4.0.0",
48 "vue-loader": "^15.9.3",
49 "vue-template-compiler": "^2.6.12",
50 "webpack": "^5.0.0-beta.29",
51 "webpack-cli": "^3.3.12"
52 },
53 "resolutions": {
54 "nib/stylus": "0.54.8"
55 },
56 "keywords": [
57 "webpack",
58 "stylus",
59 "styl",
60 "stylus-lang",
61 "css",
62 "loader",
63 "stylus-loader",
64 "stylus-relative-loader"
65 ]
66}