-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "sd-tailwindcss-transformer",
"version": "1.4.1",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install",
"prebuild": "rimraf dist",
"typecheck": "tsc --noEmit",
"build": "NODE_ENV=production tsup",
"dev": "NODE_ENV=development tsup",
"test": "vitest run",
"coverage": "vitest run --coverage",
"commitmsg": "commitlint -e $GIT_PARAMS",
"prepack": "yarn build"
},
"homepage": "https://github.com/nado1001/style-dictionary-tailwindcss-transformer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nado1001/style-dictionary-tailwindcss-transformer.git"
},
"bugs": {
"url": "https://github.com/nado1001/style-dictionary-tailwindcss-transformer/issues"
},
"files": [
"dist"
],
"keywords": [
"style-dictionary",
"tailwindcss",
"tailwind",
"design-tokens",
"design-system"
],
"devDependencies": {
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@tsconfig/node16": "1.0.4",
"@types/node": "18.19.39",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-c8": "0.33.0",
"c8": "7.14.0",
"change-case": "^5.1.2",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.29.1",
"husky": "8.0.3",
"prettier": "2.8.8",
"rimraf": "3.0.2",
"semantic-release": "21.1.2",
"style-dictionary": "^4.1.1",
"tailwindcss": "3.4.4",
"ts-node": "10.9.2",
"tsup": "6.7.0",
"typescript": "4.9.5",
"vitest": "0.33.0"
},
"peerDependencies": {
"style-dictionary": ">=4.0.0"
}
}