-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·68 lines (68 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "stylus-native-loader",
"version": "1.4.10",
"description": "A super fast Stylus loader for Webpack that leverages the built-in power of Stylus",
"license": "MIT",
"author": "Saul Fautley <[email protected]>",
"repository": "slightlyfaulty/stylus-native-loader",
"homepage": "https://github.com/slightlyfaulty/stylus-native-loader#readme",
"bugs": "https://github.com/slightlyfaulty/stylus-native-loader/issues",
"main": "dist/cjs.js",
"engines": {
"node": ">=16"
},
"scripts": {
"start": "npm run build -- -w",
"build": "del-cli dist && cross-env NODE_ENV=production babel src -d dist --copy-files",
"test": "cross-env NODE_ENV=test jest",
"benchmark": "babel-node --no-deprecation --no-warnings test/benchmark.js"
},
"files": [
"dist",
"lib"
],
"peerDependencies": {
"stylus": "*",
"webpack": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.8",
"@types/jest": "^29.5.11",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"css-loader": "^6.9.0",
"del": "^7.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"memfs": "^4.6.0",
"nib": "^1.2.0",
"stylus": "^0.62.0",
"stylus-loader": "^7.1.3",
"vue": "^3.4.7",
"vue-loader": "^17.4.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"pnpm": {
"peerDependencyRules": {
"allowAny": [
"stylus"
]
}
},
"keywords": [
"webpack",
"stylus",
"styl",
"stylus-lang",
"css",
"loader",
"stylus-loader"
]
}