-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
41 lines (41 loc) · 930 Bytes
/
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
{
"name": "@stylable/webpack-extensions",
"version": "6.1.1",
"description": "Experimental Stylable webpack plugins",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"peerDependencies": {
"webpack": "^5.30.0"
},
"dependencies": {
"@stylable/core": "^6.1.1",
"@stylable/node": "^6.1.1",
"@stylable/webpack-plugin": "^6.1.1",
"@tokey/css-selector-parser": "^0.6.2",
"find-config": "^1.0.0",
"lodash.clonedeep": "^4.5.0"
},
"files": [
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/wix/stylable/tree/master/packages/webpack-extensions",
"author": "Wix.com",
"license": "MIT",
"keywords": [
"css",
"stylable",
"webpack",
"webpack-plugin"
]
}