-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
59 lines (59 loc) · 1.77 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
{
"name": "@oxygen-ui/primitives",
"version": "1.13.7",
"description": "Low level building blocks of the Oxygen Design System",
"author": "WSO2",
"license": "Apache-2.0",
"type": "commonjs",
"files": [
"dist"
],
"homepage": "https://github.com/wso2/oxygen-ui/tree/main/packages/primitives#readme",
"bugs": {
"url": "https://github.com/wso2/oxygen/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wso2/oxygen",
"directory": "packages/primitives"
},
"keywords": [
"primitives",
"design-tokens",
"tokens",
"design-system",
"oxygen-ui",
"oxygen-ui-primitives"
],
"scripts": {
"build": "node ./scripts/build.js",
"lint": "pnpm lint:es",
"lint:es": "eslint .",
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --passWithNoTests",
"transform": "node ./scripts/transform.js",
"typecheck": "tsc --noemit -p tsconfig.json"
},
"devDependencies": {
"@babel/parser": "^7.20.5",
"@divriots/style-dictionary-to-figma": "^0.4.0",
"@oxygen-ui/logger": "1.13.7",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?5bf60cabe9e9a2571e8b1dd16d0c3bdc76db2c4f",
"cheerio": "1.0.0-rc.12",
"eslint": "8.25.0",
"fs-extra": "^11.1.0",
"jest": "29.0.3",
"lodash.merge": "^4.6.2",
"prettier": "^2.8.0",
"style-dictionary": "^3.7.1",
"svgson": "^5.2.1",
"token-transformer": "^0.0.28",
"trim-newlines": "^3.0.1",
"typescript": "^4.9.3"
},
"publishConfig": {
"access": "public"
}
}