-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "styled2tailwind",
"version": "1.0.0",
"type": "module",
"bin": {
"styled2tailwind": "dist/cli/index.js"
},
"scripts": {
"build": "tsc",
"test": "vitest",
"coverage": "vitest run --coverage",
"dev": "npx nodemon --watch src/**/*.tsx --exec yarn build"
},
"repository": "[email protected]:Blazity/styled2tailwind.git",
"author": "Blazity",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"@total-typescript/ts-reset": "^0.6.0",
"@types/babel__core": "^7.20.1",
"@types/babel__traverse": "^7.20.1",
"@types/lodash": "^4.14.195",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/coverage-v8": "^2.0.0",
"@types/react": "^18.2.15",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"typescript": "^5.1.3",
"vitest": "^2.0.0"
},
"dependencies": {
"@babel/generator": "^7.22.9",
"@babel/parser": "^7.22.7",
"@inkjs/ui": "^2.0.0",
"fast-glob": "^3.3.1",
"ink": "^4.3.0",
"lodash": "^4.17.21",
"pastel": "^3.0.0",
"react": "^18.2.0",
"zod": "^3.21.4"
}
}