-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 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
{
"name": "tailwindcss-template-card",
"private": true,
"version": "3.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "npm run lint",
"build": "tsc && vite build",
"preview": "vite preview",
"changelog": "npx git-changelog-command-line -of CHANGELOG.md",
"lint": "eslint . --ext .{ts,tsx,js,jsx}"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"ace-builds": "^1.22.1",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"construct-style-sheets-polyfill": "^3.1.0",
"custom-card-helpers": "^1.9.0",
"daisyui": "^3.1.1",
"html-react-parser": "^4.2.0",
"lodash": "^4.17.21",
"preact": "^10.13.1",
"react-ace": "^10.1.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/lodash": "^4.14.200",
"@types/node": "^20.3.2",
"@types/react": "17.0.30",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"git-changelog-command-line": "^1.102.0",
"nodemon": "^2.0.22",
"postcss": "^8.4.23",
"preact-cli-postcss": "^1.1.1",
"react-icons": "^4.10.1",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-css-injected-by-js": "^3.1.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.0"
},
"resolutions": {
"@types/react": "17.0.30"
}
}