-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "@stylable/core",
"version": "6.1.1",
"description": "CSS for Components",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/resolve": "^9.4.1",
"@tokey/css-selector-parser": "^0.6.2",
"@tokey/css-value-parser": "^0.1.4",
"@tokey/imports-parser": "^1.0.0",
"css-selector-tokenizer": "^0.8.0",
"cssesc": "^3.0.0",
"is-vendor-prefixed": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.clonedeepwith": "^4.5.0",
"postcss": "^8.5.1",
"postcss-js": "^4.0.1",
"postcss-nested": "^7.0.2",
"postcss-safe-parser": "^7.0.1",
"postcss-value-parser": "^4.2.0"
},
"files": [
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/wix/stylable/tree/master/packages/core",
"homepage": "https://stylable.io",
"author": "Wix.com",
"license": "MIT"
}