-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 957 Bytes
/
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
{
"name": "tailwind-typescript-starter",
"version": "1.0.0",
"description": "A starter project using Tailwind CSS, TypeScript, and Flowbite to help you get started with your applications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themesberg/tailwind-typescript-starter.git"
},
"keywords": [
"typescript",
"tailwind",
"tailwind",
"css",
"flowbite"
],
"author": "Bergside Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/themesberg/tailwind-typescript-starter/issues"
},
"homepage": "https://github.com/themesberg/tailwind-typescript-starter#readme",
"devDependencies": {
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"flowbite": "^2.4.1"
}
}