-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
{
"name": "@stylable/webpack-plugin",
"description": "Webpack (5.x) plugin for Stylable modules",
"version": "6.1.1",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"peerDependencies": {
"webpack": "^5.30.0"
},
"dependencies": {
"@stylable/build-tools": "^6.1.1",
"@stylable/cli": "^6.1.1",
"@stylable/core": "^6.1.1",
"@stylable/module-utils": "^6.1.1",
"@stylable/node": "^6.1.1",
"@stylable/optimizer": "^6.1.1",
"@stylable/runtime": "^6.1.1",
"decache": "^4.6.2",
"enhanced-resolve": "^5.18.0",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.5.1"
},
"files": [
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/wix/stylable/tree/master/packages/webpack-plugin",
"author": "Wix.com",
"license": "MIT"
}