UNPKG

1.89 kBJSONView Raw
1{
2 "name": "stylus-native-loader",
3 "version": "1.0.8",
4 "description": "A super light-weight Stylus loader for Webpack",
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 "test:coverage": "npm run test -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
19 "benchmark": "babel-node --no-deprecation test/benchmark.js",
20 "release": "standard-version"
21 },
22 "files": [
23 "dist",
24 "lib"
25 ],
26 "peerDependencies": {
27 "stylus": "^0.54.7",
28 "webpack": "^4.0.0 || ^5.0.0"
29 },
30 "dependencies": {
31 "loader-utils": "^2.0.0"
32 },
33 "devDependencies": {
34 "@babel/cli": "^7.8.4",
35 "@babel/core": "^7.8.4",
36 "@babel/node": "^7.8.7",
37 "@babel/preset-env": "^7.8.4",
38 "@types/jest": "^25.1.4",
39 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
40 "babel-jest": "^25.1.0",
41 "cross-env": "^7.0.0",
42 "del": "^5.1.0",
43 "del-cli": "^3.0.0",
44 "delay": "^4.3.0",
45 "eslint": "^6.8.0",
46 "eslint-plugin-import": "^2.20.1",
47 "jest": "^25.1.0",
48 "memfs": "^3.1.1",
49 "nib": "^1.1.2",
50 "standard-version": "^7.1.0",
51 "stylus": "^0.54.7",
52 "stylus-loader": "^3.0.2",
53 "stylus-relative-loader": "^4.0.0",
54 "vue-loader": "^15.9.1",
55 "vue-template-compiler": "^2.6.11",
56 "webpack": ">=5.0.0-beta.14"
57 },
58 "keywords": [
59 "webpack",
60 "stylus",
61 "styl",
62 "loader",
63 "stylus-loader",
64 "stylus-relative-loader"
65 ]
66}